summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-072-1/+2
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-6/+8
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-022-0/+11
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+2
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-023-2/+7
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-2/+10
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+1
* EVP_CIPHER_type: fix misleading argument nameTomas Mraz2021-04-011-1/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-014-1/+5
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-312-5/+5
* Added guarding #ifndef/#define to avoid duplicate include of crypto/types.hRandall S. Becker2021-03-311-4/+10
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-0/+2
* Fix typo in bio.h.inNan Xiao2021-03-291-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-284-0/+5
* Fix Build issue on Oracle Linux x64Shane Lontis2021-03-281-2/+0
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-262-3/+3
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* Fix a windows build breakFdaSilvaYY2021-03-241-2/+2
* Fix usages of const EVP_MD.Shane Lontis2021-03-223-0/+6
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+5
* Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-193-1/+24
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-197-1/+46
* PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte2021-03-191-0/+24
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-0/+12
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-4/+5
* Add ossl_ x509 symbolsShane Lontis2021-03-181-16/+14
* Add ossl_lhash symbolsShane Lontis2021-03-181-1/+1
* Add ossl_bn_group symbolsShane Lontis2021-03-181-10/+10
* Add ossl_sa symbolsShane Lontis2021-03-181-34/+37
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-182-6/+6
* Add ossl_siv symbolsShane Lontis2021-03-181-21/+18
* Add ossl_aria symbolsShane Lontis2021-03-181-6/+6
* Add ossl_ conf symbolsShane Lontis2021-03-183-5/+5
* Add ossl_ ecx symbolsShane Lontis2021-03-181-28/+37
* Add ossl_v3 symbolsShane Lontis2021-03-181-2/+2
* Add ossl_rsa symbolsShane Lontis2021-03-181-9/+9
* Add ossl_encode symbolsShane Lontis2021-03-181-3/+3
* Add ossl_asn1 symbolsShane Lontis2021-03-184-27/+27
* Add ossl_rand symbolsShane Lontis2021-03-182-23/+23
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-5/+5
* Fix external symbols for crypto_*Shane Lontis2021-03-181-11/+11
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-187-15/+19
* TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb2021-03-181-0/+2
* ASN1: add an internal header to validate Unicode rangesBeat Bolli2021-03-181-0/+31
* Fix a TODO(3.0) in the siphash codeMatt Caswell2021-03-171-0/+19
* property: default queries create the property values.Pauli2021-03-161-1/+2
* Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis2021-03-151-0/+1