Home
last modified time | relevance | path

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

12

/openssl-master/apps/
A Dciphers.c103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; in ciphers_main() local
133 convert = opt_arg(); in ciphers_main()
183 if (convert != NULL) { in ciphers_main()
185 OPENSSL_cipher_name(convert)); in ciphers_main()
A Dct_log_list.cnf6 # A Python program to convert the log list to OpenSSL's format can be
/openssl-master/crypto/bio/
A Dbio_print.c424 char convert[DECIMAL_SIZE(value) + 3]; in fmtint() local
451 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef") in fmtint()
454 } while (uvalue && (place < (int)sizeof(convert))); in fmtint()
455 if (place == sizeof(convert)) in fmtint()
457 convert[place] = 0; in fmtint()
502 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place])) in fmtint()
/openssl-master/doc/man3/
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
A Do2i_SCT_LIST.pod21 functions, except that they convert to and from TLS wire format, as described in
A Dd2i_SSL_SESSION.pod5 d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
A DSMIME_write_CMS.pod5 SMIME_write_CMS - convert CMS structure to S/MIME format
A DSMIME_write_PKCS7.pod5 SMIME_write_PKCS7 - convert PKCS#7 structure to S/MIME format
A DSMIME_write_ASN1.pod6 - convert structure to S/MIME format
A DADMISSIONS.pod104 The conventional routines to convert between DER and the local format
A DPEM_read_CMS.pod96 These routines convert between local instances of ASN1 datatypes and
A DEC_POINT_new.pod179 EC_POINT_bn2point(), EC_POINT_point2hex() and EC_POINT_hex2point() convert from
191 The functions EC_POINT_point2hex() and EC_POINT_point2bn() convert a point B<p>,
A DASN1_INTEGER_get_int64.pod36 These functions convert to and from B<ASN1_INTEGER> and B<ASN1_ENUMERATED>
A DBN_bn2bin.pod75 BN_bn2mpi() and BN_mpi2bn() convert B<BIGNUM>s from and to a format
A Dd2i_X509.pod351 - convert objects from/to ASN.1/DER representation
375 These functions convert OpenSSL objects to and from their ASN.1/DER
A DOSSL_PARAM.pod46 copy (possibly convert) that to the memory prepared by the
262 The called function may also try to convert the data to a suitable
/openssl-master/doc/man7/
A DEVP_KEYEXCH-DH.pod41 To convert the peer's generated key pair to a public key in DER format in order
52 To convert the received peer's public key from DER format on the host:
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
A Devp.pod35 L<EVP_PKEY_print_private(3)>. L<EVP_PKEY_todata(3)> can be used to convert a
/openssl-master/crypto/property/
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-master/doc/HOWTO/
A Dcertificates.txt94 convert between some (most?) formats.
96 So, depending on your application, you may have to convert your
/openssl-master/doc/man1/
A Dopenssl-ec.pod.in41 (http://www.secg.org/). To convert an OpenSSL EC private key into the
164 To convert a private key from PEM to DER format:
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
797 The B<-convert> option was added in OpenSSL 1.1.1.
A Dopenssl-dsa.pod.in161 To convert a private key from PEM to DER format:
A Dopenssl-rsa.pod.in173 To convert a private key from PEM to DER format:

Completed in 22 milliseconds

12