Improve RFC 8446 PSK key exchange mode compliance
[openssl.git] / providers /
2021-05-12 Tomas MrazA few cleanups of the provider build.infos
2021-05-12 Tomas MrazAllow arbitrary digests with ECDSA and DSA
2021-05-12 PauliChecksum update
2021-05-12 PauliChecksum update
2021-05-11 Matt CaswellUpdate FIPS checksums
2021-05-11 Matt CaswellModify the legacy provider to use OSSL_LIB_CTX_new_child()
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-11 Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-10 Paulichecksum fix
2021-05-09 Daniel BeveniusMark pop/clear error stack in der2key_decode_p8
2021-05-09 Nicola TuveriFIPS checksums update
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-08 Dr. David von OheimbAdd quick one-shot EVP_Q_mac() and deprecation compensa...
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-08 Martin Schwenkebn: Add fixed length (n=6), unrolled PPC Montgomery...
2021-05-07 PauliFIPS checksum update
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-07 Richard Levittemake update
2021-05-07 Richard LevitteDrop libimplementations.a
2021-05-07 Richard LevitteRename files in providers/implementations/signatures
2021-05-06 Daniel BeveniusClarify two comments (typos) in fipsprov.c
2021-05-06 Matt CaswellUpdate the FIPS checksums
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Shane LontisFix KMAC bounds checks.
2021-05-04 Tomas Mrazfips-checksums: The define for fips module is FIPS_MODULE
2021-05-04 Richard LevitteFIPS module checksums: add scripts and Makefile rule
2021-05-04 Richard LevitteUnix build file: Add a target to create providers/fips...
2021-04-30 Tomas Mrazsm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
2021-04-30 Richard LevitteSTORE: Use the 'expect' param to limit the amount of...
2021-04-29 Paulitest: never run fipsinstall if the tests are not enabled.
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-23 Richard LevitteSTORE: Simplify error filtering in der2obj_decode()
2021-04-22 Matt CaswellUpdate copyright year
2021-04-21 Richard LevitteAdapt our decoder implementations to the new way to...
2021-04-19 Rich SalzRemove extra trailing semicolon
2021-04-19 Tomas MrazDo IV reset also for DES and 3DES implementations
2021-04-18 Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-16 Matt CaswellSanity check provider up-calls
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazAdd OID for mdc2WithRSASignature and remove related...
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-04-13 Shane LontisFix windows compiler error in kmac_prov.c
2021-04-13 Shane LontisAdd FIPS Self test for AES_ECB decrypt
2021-04-12 Tomas MrazAlways reset IV for CBC, OFB, and CFB mode on cipher...
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Paulikmac: fix customistation string overflow bug
2021-04-12 PauliAdd additional KMAC error
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 PauliRevert "Fix AES-CBC perf test failure issue"
2021-04-07 Paulifix coverity 1466710: resource leak
2021-04-07 Fangming.FangFix AES-CBC perf test failure issue
2021-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02 Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-04-01 Tomas MrazAdd "save-parameters" encoder parameter
2021-03-30 Benjamin KadukIncrease HKDF_MAXBUF from 1024 to 2048
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-29 Shane LontisFix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that...
2021-03-26 Tomas MrazMake the SM2 group the default group for the SM2 algorithm
2021-03-26 Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-25 Paulism2: fix coverity 1467503: explicit null dereference
2021-03-25 Paulirsa: fix coverity 1463571: explicit null dereference
2021-03-24 Rich SalzMake fipsinstall -out flag optional
2021-03-23 Pauliec_keymgmt: fix coverity 1474427: resource leak
2021-03-20 Paulirsa: fix coverity 1472658: resource leak
2021-03-19 Richard LevitteSTORE: Use the same error avoidance criteria as for...
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-19 Richard LevittePROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-19 Richard LevittePROV: Refactor DER->key decoder
2021-03-18 Richard LevitteFix a missing rand -> ossl_rand rename
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-18 Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_siv symbols
2021-03-18 Shane LontisAdd ossl_aria symbols
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-17 Pauliprov: remove todos in rsa_keymgmt.c
2021-03-17 Pauliprov: remove TODO in der_rsa_key.c
2021-03-17 Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-15 Matt CaswellEnsure that ECX keys pass EVP_PKEY_param_check()
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12 Tomas MrazRemove the RAND_get0_public() from fips provider initia...
2021-03-11 Pauliupdate set_ctx_param store management calls to return...
2021-03-11 Pauliupdate set_ctx_param DRBG calls to return 1 for a NULL...
next