summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-0/+1
* CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte2020-06-281-0/+1
* Update copyright yearMatt Caswell2020-06-255-5/+5
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-242-205/+205
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-243-2/+2
* fips rand: DRBG KAT self test updates to provider model.Pauli2020-06-241-0/+2
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-245-50/+60
* share rand_pool between libcrypto and providersPauli2020-06-241-98/+0
* params: add OSSL_PARAM helpers for time_t.Pauli2020-06-242-0/+7
* rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli2020-06-243-9/+44
* core: add OSSL_INOUT_CALLBACKPauli2020-06-241-1/+2
* rand: core APIs for provider friendly random.Pauli2020-06-245-0/+115
* property: Move global default properties to the library context.Pauli2020-06-233-10/+13
* serialization: break the provider locating code to avoid deadlock.Pauli2020-06-231-1/+3
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-223-2/+6
* Fix one typo in a comment.FdaSilvaYY2020-06-211-2/+2
* Fix the DTLS1_COOKIE_LENGTH valueMatt Caswell2020-06-191-5/+2
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-193-11/+16
* Create defines for TLS Group IdsMatt Caswell2020-06-191-0/+49
* Provider a better error message if we fail to copy parametersMatt Caswell2020-06-191-0/+1
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-2/+1
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-193-5/+4
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-192-0/+8
* Add the concept of "Capabilities" to the default and fips providersMatt Caswell2020-06-192-4/+20
* Add ACVP fips module testsShane Lontis2020-06-175-38/+85
* Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri2020-06-162-2/+1
* Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb2020-06-161-2/+2
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-2/+2
* Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb2020-06-131-0/+2
* Guard new header mac.h against C++isms.Pauli2020-06-131-0/+7
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-112-34/+54
* kdf: make function naming consistent.Pauli2020-06-111-6/+6
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-102-0/+2
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-1/+1
* Do not allow dropping Extended Master Secret extension on renegotiatonTomas Mraz2020-06-091-0/+3
* TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko2020-06-081-1/+1
* kTLS: add Linux-specific kTLS helpersVadim Fedorenko2020-06-081-0/+97
* kTLS: add new algo definitionsVadim Fedorenko2020-06-081-90/+89
* kTLS: make ktls_start type independedVadim Fedorenko2020-06-081-9/+7
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-052-0/+4
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-052-0/+2
* Enable applications to directly call a provider's query operationMatt Caswell2020-06-051-0/+4
* Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann2020-06-041-0/+1
* Update copyright yearMatt Caswell2020-06-042-2/+2
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-21/+19
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-012-4/+4
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-0/+6
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-274-3/+20
* PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEPRichard Levitte2020-05-271-0/+7
* Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...Dr. David von Oheimb2020-05-261-0/+1