aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTXRichard Levitte2021-02-031-0/+1
* CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte2021-02-032-2/+0
* Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz2021-02-031-0/+4
* Ensure the EVP_PKEY operation_cache is appropriately lockedMatt Caswell2021-02-021-1/+1
* Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()Matt Caswell2021-02-021-0/+3
* Deprecate X509_certificate_typeRich Salz2021-02-022-11/+14
* Add some PKIX-RPKI objectsJob Snijders2021-02-021-0/+51
* Constify OSSL_HTTP_REQ_CTX_get0_mem_bio()Dr. David von Oheimb2021-02-021-1/+1
* HTTP: add more error detection to low-level APIDr. David von Oheimb2021-02-021-0/+1
* HTTP: Fix mistakes and unclarities on maxline and max_resp_len paramsDr. David von Oheimb2021-02-021-0/+3
* Fix not backwards-compat X509_http_nbio() and X509_CRL_http_nbio()Dr. David von Oheimb2021-02-021-2/+6
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-282-13/+12
* Remove superfluous EVP_KDF_CTRL_ defines.Juergen Christ2021-01-281-25/+0
* Fix parameter types in sshkdfJuergen Christ2021-01-281-6/+8
* Update copyright yearRichard Levitte2021-01-2826-26/+26
* Fix typo in thread_once commentsDaniel Bevenius2021-01-271-3/+3
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-261-0/+3
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-2/+2
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-261-2/+0
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-262-12/+15
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-2610-320/+394
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-261-0/+10
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-251-0/+5
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-231-10/+9
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-232-5/+5
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-211-1/+1
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-3/+3
* ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko2021-01-201-0/+8
* constify X509_REQ_add_extensions() and X509_REQ_add_extensions_nid()Dr. David von Oheimb2021-01-201-3/+3
* X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb2021-01-201-0/+1
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-193-30/+48
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-182-3/+3
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-161-1/+1
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-1/+1
* x509v3.h.in: Deprecate CTX_TEST and replace it by X509V3_CTX_TESTDr. David von Oheimb2021-01-131-3/+6
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-133-23/+15
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-131-0/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+5
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-2/+0
* Use centralized fetching errorsRichard Levitte2021-01-123-1/+3
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-091-2/+2
* Add SM2 private key range validationNicola Tuveri2021-01-082-0/+3
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+2
* Update copyright years of auto-generated headers (make update)Dr. David von Oheimb2021-01-041-1/+1
* Add some more CRYPTO_atomic functionsMatt Caswell2020-12-311-0/+3
* Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell2020-12-232-1/+2
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-206-120/+94
* dsa: provider and library deprecation changesPauli2020-12-174-144/+162
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-171-2/+2
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-175-0/+5