aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations
Commit message (Expand)AuthorAgeFilesLines
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+93
* STORE: Simplify error filtering in der2obj_decode()Richard Levitte2021-04-231-18/+6
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-215-51/+91
* Do IV reset also for DES and 3DES implementationsTomas Mraz2021-04-192-0/+9
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-183-2/+324
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-167-14/+19
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+1
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-151-25/+34
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-4/+7
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-155-10/+10
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-155-2/+50
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-142-1/+42
* Fix windows compiler error in kmac_prov.cShane Lontis2021-04-131-2/+6
* Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz2021-04-121-0/+7
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-126-7/+7
* kmac: fix customistation string overflow bugPauli2021-04-121-45/+79
* Update copyright yearMatt Caswell2021-04-0816-16/+16
* Revert "Fix AES-CBC perf test failure issue"Pauli2021-04-081-1/+0
* fix coverity 1466710: resource leakPauli2021-04-081-3/+3
* Fix AES-CBC perf test failure issueFangming.Fang2021-04-071-0/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-063-20/+22
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-022-3/+3
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-29/+31
* Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk2021-03-301-1/+1
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-3/+9
* Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis2021-03-301-2/+2
* Make the SM2 group the default group for the SM2 algorithmTomas Mraz2021-03-261-2/+36
* RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte2021-03-261-7/+0
* sm2: fix coverity 1467503: explicit null dereferencePauli2021-03-261-1/+1
* rsa: fix coverity 1463571: explicit null dereferencePauli2021-03-261-6/+5
* ec_keymgmt: fix coverity 1474427: resource leakPauli2021-03-241-3/+3
* rsa: fix coverity 1472658: resource leakPauli2021-03-201-0/+2
* STORE: Use the same error avoidance criteria as for the DER->key decoderRichard Levitte2021-03-191-1/+3
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-194-274/+518
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-149/+140
* PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD functionRichard Levitte2021-03-191-2/+18
* PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte2021-03-191-5/+37
* PROV: Refactor DER->key decoderRichard Levitte2021-03-191-56/+125
* Fix a missing rand -> ossl_rand renameRichard Levitte2021-03-181-1/+1
* Add ossl_provider symbolsShane Lontis2021-03-183-4/+4
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-4/+4
* Add ossl_ x509 symbolsShane Lontis2021-03-181-1/+1
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-182-4/+4
* Add ossl_siv symbolsShane Lontis2021-03-181-9/+9
* Add ossl_aria symbolsShane Lontis2021-03-183-6/+6
* Add ossl_ ecx symbolsShane Lontis2021-03-183-22/+24
* Add ossl_rsa symbolsShane Lontis2021-03-182-5/+5
* Add ossl_encode symbolsShane Lontis2021-03-181-1/+1
* Add ossl_rand symbolsShane Lontis2021-03-188-98/+93
* Fix misc external ossl_ symbols.Shane Lontis2021-03-1815-26/+26