Add libctx to ecdh_KDF_X9_63.
[openssl.git] / providers / implementations /
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-08 Dr. Matthias St... rand: fix typo in parameter name
2020-08-07 Shane LontisAdd evp_test fixes.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-07 Richard LevittePROV: Fix MSBLOB / PVK deserializer
2020-08-07 Richard LevittePROV: Add MSBLOB and PVK to DSA and RSA deserializers
2020-08-06 Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-06 Paulimac: add some consistency to setting the XXX_final...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-04 Shane LontisFix provider cipher reinit after init/update with a...
2020-08-04 Richard LevittePROV: Make the DER to KEY deserializer decode parameter...
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01 Richard LevitteDESERIALIZER: Make it possible to deserialize public...
2020-08-01 Richard LevitteDESERIALIZER: Rethink password handling
2020-07-30 Richard LevittePROV: Fix small logic error in ec_kmgmt.c matching...
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-27 Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-26 Richard LevitteDER to RSA deserializer: fix inclusion
2020-07-24 Richard LevittePROV: Update the PEM to DER deserializer to handle...
2020-07-24 Richard LevittePROV: Update the DER to RSA deserializer to handle...
2020-07-24 Richard LevittePROV: Implement PEM to DER deserializer
2020-07-24 Richard LevittePROV: Implement DER to RSA deserializer
2020-07-22 Vitezslav CizekFix DRBG reseed counter condition.
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-07-17 Paulirand: detect if FIPS approved randomness sources are...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Richard LevitteDRBG: Fix the renamed functions after the EVP_MAC name...
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-07-06 Nicola Tuveri[EC][ASN1] Detect missing OID when serializing EC param...
2020-07-06 Matt CaswellEnsure TLS padding is added during encryption on the...
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06 Matt CaswellDecreate the length after decryption for the stitched...
2020-07-06 Matt CaswellEnsure GCM "update" failures return 0 on error
2020-07-06 Matt CaswellEnsure cipher_generic_initkey gets passed the actual...
2020-07-06 Matt CaswellMake the NULL cipher TLS aware
2020-07-06 Matt CaswellChange ChaCha20-Poly1305 to be consistent with out...
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
2020-07-05 Paulicoverity 1464983: null pointer dereference
2020-07-05 Paulicoverity: CID 1464987: USE AFTER FREE
2020-07-01 Matt CaswellDon't forget our provider ctx when resetting
2020-06-29 Paulirand: fix CPU and timer sources.
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-06-24 Paulishare rand_pool between libcrypto and providers
2020-06-24 Paulirand: add seeding sources to providers.
2020-06-24 Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...
2020-06-24 Paulitest: add a test RNG.
2020-06-24 PauliCRNGT: continuous DRBG tests for providers
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 PauliMove CRNG test to providers
2020-06-20 Benjamin KadukAllow oversized buffers for provider cipher IV fetch
2020-06-20 Benjamin KadukSet cipher IV as octet string and pointer from providers
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for ECX too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-05 Matt CaswellWhen asked if an ECX key has parameters we should answe...
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Richard LevittePROV: Fix RSA-OAEP memory leak
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-22 Nicola TuveriAdjust length of some strncpy() calls
2020-05-22 PauliCoverity 1463571: Null pointer dereferences (FORWARD_NULL)
2020-05-22 PauliCoverity 1463574: Null pointer dereferences (REVERSE_INULL)
2020-05-22 PauliCoverity 1463576: Error handling issues (CHECKED_RETURN)
2020-05-20 Richard LevitteRefactor the provider side DER constants and writers
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-14 Richard LevittePROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher...
2020-05-14 Richard LevittePROV & SIGNATURE: Adapt the RSA signature code for...
2020-05-14 Richard LevitteEVP: For SIGNATURE operations, pass the propquery early
2020-05-14 Richard LevittePROV & SERIALIZER: Adapt the RSA serializers for PSS...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-14 Richard LevittePROV: Refactor the RSA SIGNATURE implementation for...
2020-05-07 Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-04 Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-05-04 Matt CaswellImplement key match functionality for ECX keys
2020-05-04 Matt CaswellDon't export ECX key data twice
2020-05-04 Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04 Matt CaswellAdd the ability to ECX to import keys with only the...
2020-05-02 Shane LontisAdd solaris assembler fixes for legacy provider
2020-05-01 Mat BerchtoldWhen a private key is validated and there is no private...
2020-04-30 Paulicoverity 1462574 Resource leak
2020-04-30 Paulicoverity 1462564 Improper use of negative value
2020-04-30 Paulicoverity: 1462544 Dereference after null check
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevittePROV: Ensure that EC keys have a default digest
2020-04-23 Richard LevittePROV: Ensure that ED25519 & ED448 keys have a mandatory...
2020-04-22 Matt CaswellFix some build failures with no-dh
next