summaryrefslogtreecommitdiffstats
path: root/doc/man3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRichard Levitte2021-01-2852-52/+52
* Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte2021-01-271-2/+4
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-262-17/+33
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-2/+2
* DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docsRichard Levitte2021-01-262-5/+5
* EVP_PKEY_get_group_name works with public keys as wellTomas Mraz2021-01-261-1/+1
* Add manpage for EVP_PKEY_get_field_type and EVP_PKEY_get_point_conv_formTomas Mraz2021-01-261-0/+55
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-262-17/+17
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-261-0/+82
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-232-16/+17
* OSSL_HTTP_REQ_CTX.pod: minor addition and remove redundant paragraphDr. David von Oheimb2021-01-231-5/+2
* OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POSTDr. David von Oheimb2021-01-231-17/+19
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-231-8/+8
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-211-4/+2
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-24/+22
* X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb2021-01-201-3/+8
* ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb2021-01-201-6/+9
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-192-77/+240
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-17/+24
* Document openssl thread-safetyRich Salz2021-01-151-1/+1
* Enhance default provider documentationMichael Baentsch2021-01-141-3/+12
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-1/+3
* Make the OSSL_CMP manual conform with man-pages(7)Richard Levitte2021-01-149-50/+51
* Make header references conform with man-pages(7) in all manualsRichard Levitte2021-01-1316-41/+42
* Make the OSSL_trace manual conform with man-pages(7)Richard Levitte2021-01-132-47/+47
* Make the OSSL_PROVIDER manual conform with man-pages(7)Richard Levitte2021-01-131-3/+3
* Make the OSSL_HTTP manual conform with man-pages(7)Richard Levitte2021-01-131-3/+3
* Make the OSSL_SELF_TEST manual conform with man-pages(7)Richard Levitte2021-01-131-1/+2
* Make the OSSL_PARAM manual conform with man-pages(7)Richard Levitte2021-01-131-54/+55
* x509v3.h.in: Deprecate CTX_TEST and replace it by X509V3_CTX_TESTDr. David von Oheimb2021-01-131-4/+7
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-133-5/+82
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-1/+11
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-132-3/+9
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-132-13/+49
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-081-2/+2
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+43
* [crypto/dh] side channel hardening for computing DH shared keysBilly Brumley2021-01-081-6/+21
* Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann2021-01-071-5/+5
* Update copyright yearMatt Caswell2021-01-071-1/+1
* Updated SSL_CTX_new docbazmoz2021-01-051-5/+10
* Add documentation for CRYPTO_atomic_or and CRYPTO_atomic_loadMatt Caswell2020-12-311-10/+33
* dsa: documentation deprecation changesPauli2020-12-176-27/+78
* Document OCSP_REQ_CTX_i2d.Rich Salz2020-12-151-6/+23
* Deprecate OCSP_REQ_CTX_set1_reqRich Salz2020-12-151-5/+13
* Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis2020-12-141-2/+3
* DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte2020-12-132-22/+48
* DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte2020-12-111-11/+41
* Fix typo in OPENSSL_malloc.podNan Xiao2020-12-091-1/+1
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-081-0/+46
* EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte2020-12-081-7/+11