prov: use new MAC_init arguments in signature legacy code
[openssl.git] / providers / implementations / include /
2021-02-27 Richard LevittePROV: Implement an EC key -> blob encoder, to get the...
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols in the provider digest implementat...
2021-02-18 Shane LontisFix external symbols in the provider cipher implementat...
2021-02-10 Shane LontisReplace provider digest flags with separate param fields
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-02-01 Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-12-15 Richard LevittePROV: Add MSBLOB and PVK encoders
2020-12-09 Paulirand: add a provider side seed source.
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-26 Matt CaswellUpdate copyright year
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-11-18 Paulirename mac_key_* to ossl_mac_key_*
2020-11-18 PauliRename md5_sha1_* ossl_md5_sha1_*
2020-11-11 Richard LevittePROV: Re-implement all the keypair encoders
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-25 Matt CaswellMove SM2 asymmetric encryption to be available in the...
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-22 Paul YangAdd SM2 key management
2020-09-20 Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-18 Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-17 Shane LontisUpdate AES GCM IV max length to be 1024 bits (was 512)
2020-09-12 Pauliciphers: add FIPS error state handling
2020-09-12 Paulidigests: add FIPS error state handling
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29 Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29 Matt CaswellImplement signature functions for EVP_PKEY MAC to EVP_M...
2020-08-29 Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-07 Richard LevittePROV: Add MSBLOB and PVK to DSA and RSA deserializers
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-24 Richard LevittePROV: Implement PEM to DER deserializer
2020-07-24 Richard LevittePROV: Implement DER to RSA deserializer
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
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 cipher_generic_initkey gets passed the actual...
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
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 Paulishare rand_pool between libcrypto and providers
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-05-14 Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-05-04 Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09 Matt CaswellAdd Key Management support for EdDSA keys
2020-03-03 Shane LontisAdd Serializers for EC
2020-02-27 Matt CaswellImplement the ECX Serializers
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-12 Richard LevittePROV: Move AES_GCM specialisation away from common...
2019-12-12 Richard LevittePROV: Move AES_CCM specialisation away from common...
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DSA keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing DH keys and...
2019-11-29 Richard LevittePROV SERIALIZER: add support for writing RSA keys
2019-11-14 Matt CaswellMove RSA Asym cipher code to the default provider
2019-11-11 Shane LontisAdd rc4_hmac_md5 cipher to default provider
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17 Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
next