Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 43) sorted by relevance

12

/openssl/apps/
H A Dciphers.c103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
133 convert = opt_arg(); in ciphers_main()
182 if (convert != NULL) { in ciphers_main()
184 OPENSSL_cipher_name(convert)); in ciphers_main()
H A Dct_log_list.cnf6 # A Python program to convert the log list to OpenSSL's format can be
/openssl/crypto/bio/
H A Dbio_print.c440 char convert[DECIMAL_SIZE(value) + 3]; in fmtint() local
467 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef") in fmtint()
470 } while (uvalue && (place < (int)sizeof(convert))); in fmtint()
471 if (place == sizeof(convert)) in fmtint()
473 convert[place] = 0; in fmtint()
518 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place])) in fmtint()
/openssl/doc/man3/
H A Ds2i_ASN1_IA5STRING.pod15 - convert objects from/to ASN.1/string representation
41 These functions convert OpenSSL objects to and from their ASN.1/string
H A Do2i_SCT_LIST.pod21 functions, except that they convert to and from TLS wire format, as described in
H A Dd2i_SSL_SESSION.pod5 d2i_SSL_SESSION, d2i_SSL_SESSION_ex, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 repr…
H A DSMIME_write_CMS.pod5 SMIME_write_CMS - convert CMS structure to S/MIME format
H A DSMIME_write_PKCS7.pod5 SMIME_write_PKCS7 - convert PKCS#7 structure to S/MIME format
H A DSMIME_write_ASN1.pod6 - convert structure to S/MIME format
H A DADMISSIONS.pod104 The conventional routines to convert between DER and the local format
H A DPEM_read_CMS.pod96 These routines convert between local instances of ASN1 datatypes and
H A DECDSA_SIG_new.pod79 /* Use BN_bn2binpad() here to convert to r and s into byte arrays */
H A DEC_POINT_new.pod181 EC_POINT_bn2point(), EC_POINT_point2hex() and EC_POINT_hex2point() convert from
193 The functions EC_POINT_point2hex() and EC_POINT_point2bn() convert a point B<p>,
H A DASN1_INTEGER_get_int64.pod36 These functions convert to and from B<ASN1_INTEGER> and B<ASN1_ENUMERATED>
H A DSSL_get_conn_close_info.pod131 defined by RFC 9000. The OSSL_QUIC_ERR_CRYPTO_ERR() macro can be used to convert
H A Dd2i_X509.pod393 - convert objects from/to ASN.1/DER representation
417 These functions convert OpenSSL objects to and from their ASN.1/DER
/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod64 To convert the peer's generated key pair to a public key in DER format in order
75 To convert the received peer's public key from DER format on the host:
H A Dprovider-object.pod131 receive this object abstraction are expected to convert the data to a
140 receive this object abstraction are expected to convert the data to a
H A Devp.pod35 L<EVP_PKEY_print_private(3)>. L<EVP_PKEY_todata(3)> can be used to convert a
/openssl/crypto/property/
H A DREADME.md71 provided to convert from an index back to the original string (this can be
76 These convert ASCII strings into lists of properties. The resulting
/openssl/doc/HOWTO/
H A Dcertificates.txt94 convert between some (most?) formats.
96 So, depending on your application, you may have to convert your
/openssl/doc/man1/
H A Dopenssl-ec.pod.in41 (http://www.secg.org/). To convert an OpenSSL EC private key into the
165 To convert a private key from PEM to DER format:
H A Dopenssl-ciphers.pod.in24 [B<-convert> I<name>]
91 =item B<-convert> I<name>
106 A cipher list of TLSv1.2 and below ciphersuites to convert to a cipher
809 The B<-convert> option was added in OpenSSL 1.1.1.
H A Dopenssl-dsa.pod.in162 To convert a private key from PEM to DER format:
/openssl/doc/internal/man3/
H A DOSSL_TIME.pod79 B<ossl_seconds2time>, B<ossl_ms2time> and B<ossl_us2time> convert an
83 B<ossl_time2seconds>, B<ossl_time2ms> and B<ossl_time2us> convert a

Completed in 51 milliseconds

12