Configuration: do not overwrite BASE_unix ex_libs in AIX
[openssl.git] / providers /
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 Pauliinclude source root directory via -I for libnonfips.a
2020-06-24 Paulifips rand: DRBG KAT self test updates to provider model.
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 Pauliprovider: add RAND algorithm tables
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 PauliMove CRNG test to providers
2020-06-24 Paulirand: core APIs for provider friendly random.
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 CaswellCreate defines for TLS Group Ids
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-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-06-18 Matthias KraftConfigure DEPs for FIPS provider on AIX.
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
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-06-04 Paulifips: add additional algorithms to the FIPS provider.
2020-06-04 Matt CaswellUpdate copyright year
2020-05-27 Paulifips: add AES OFB mode ciphers to FIPS provider.
2020-05-27 Paulifips: add AES CFB mode ciphers to FIPS provider.
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-25 Richard LevitteFix omissions in providers/common/der/build.info
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: make some DER AID arrays non-static, to avoid...
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-14 Richard LevittePROV: Refactor the RSA DER support
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-13 Richard LevittePROV: Add a proper provider context structure for OpenS...
2020-05-12 Richard LevitteFix some misunderstandings in our providers' main modules
2020-05-07 Shane LontisAdd RSA SHA512 truncated digest support
2020-05-07 Shane LontisAdd OIDS for md4 and ripemd160 to der_rsa
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-23 PauliFIPS: remove algorithms that are not being validated.
2020-04-22 Matt CaswellFix some build failures with no-dh
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-17 PauliAdd ECX to FIPS provider as non-FIPS algorithms
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellWhen calling EC_POINT_point2buf we must use a libctx
2020-04-15 Tomas MrazFix no-pic static builds
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-10 Patrick SteuerFix EVP_DigestSign interface when used with DES CMAC
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 PauliAdd a null provider which implements no algorithms.
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-08 Richard LevitteFix export of provided EC keys
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
2020-04-07 Richard LevittePROV: Add DERlib support for RSA
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-04-07 Richard LevitteAdd perl support to parse and DER encode ASN.1 OID...
2020-04-03 Bernd EdlingerFix a gcc warning about possible null pointer
2020-04-03 Shane LontisAdd data driven SELF TEST code for signatures and key...
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
next