Make rcu_thread_key context-aware
[openssl.git] / providers / defltprov.c
2023-09-07 Matt CaswellCopyright year updates
2023-06-27 Fergus DallAdd support for SHA256/192
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-03-17 Čestmír Kalinaproviders: add Argon2 KDF
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-10-19 Paulidefault provider: include RIPEMD160
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-09-28 Tianjia Zhangproviders: Add SM4 GCM implementation
2021-09-23 Ulrich MüllerAdd default provider support for Keccak 224, 256, 384...
2021-08-17 Shane LontisAdd support for camellia cbc cts mode
2021-08-05 Pauliprovider: add TLS13_KDF to the default and FIPS providers
2021-04-18 Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-02 Richard LevitteAPPS: Replace the use of OBJ_nid2ln() with name or...
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-02-18 Matt CaswellUpdate copyright year
2021-02-02 Matt CaswellAvoid races by caching exported ciphers in the init...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2020-12-09 Paulirand: add a provider side seed source.
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-11 Richard LevittePROV: Re-implement all the keypair encoders
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-11-05 Paulidefltprov: remove duplicate algorithm names.
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
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-12 Pauliprovider: add an 'is_running' call to all providers.
2020-09-09 Jon SpillettFix up issue on AIX caused by broken compiler handling...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03 Jon SpillettAvoid AIX compiler issue by making the macro argument...
2020-08-29 Matt CaswellInclude "legacy" in the name of the various 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 CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-14 PauliMove PKCS#12 KDF to provider.
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-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07 Shane LontisAdd evp_test fixes.
2020-07-30 Paulideserialisation: add deserialisation to the base provider
2020-07-30 Pauliserialisation: Add a built-in base provider.
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-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 Pauliprovider: add RAND algorithm tables
2020-06-19 Matt CaswellAdd the concept of "Capabilities" to the default and...
2020-05-16 Matt CaswellMaintain strict type discipline between the core and...
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-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-12 Richard LevitteFix some misunderstandings in our providers' main modules
2020-04-23 Matt CaswellUpdate copyright year
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
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-23 Richard LevitteFix default provider merge glitch
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-21 Matt CaswellIntroduce the provider property
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-02-07 Richard LevitteAdapt existing SERIALIZER implementations to the redesi...
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-09 Richard LevittePROV: Adjust the KEYMGMT name specs to include all...
2020-01-08 Richard LevitteAdd the DSA serializers to the default provider tools
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-23 Matt CaswellFix no-dh
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-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-21 Matt CaswellTweak some algorithm naming inconsistencies
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-31 PauliKDF: use string names not macros to align with other...
next