Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / providers / implementations / include / prov /
2023-11-08 набImplement BLAKE2s with the same macro as BLAKE2b
2023-11-03 Tomas Mrazupdate/final: Return error if key is not set
2023-10-25 Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-10-16 Tomas MrazAvoid another copy of key schedule pointer in PROV_GCM_CTX
2023-09-13 Richard LevitteHave legacy blake2 EVP structure use base blake2 implem...
2023-09-12 Neil HormanAdd dupctx support to aead ciphers
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Pauliprov(legacy): update to structure based atomics
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
2023-03-17 Čestmír Kalinaproviders: add XOF support to blake2b
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29 Xu Yizhouproviders: Add SM4 XTS implementation
2022-10-26 Paulirand: remove the ossl_rand_pool_add_additional_data...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-14 Hugo LandauAdd support for loading root CAs from Windows crypto API
2022-08-23 K1Support decode SM2 parameters
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-05-23 Tomas MrazFix regression in default key length for Blowfish CFB...
2022-05-11 Hongren (Zenithal... Make IV/buf in prov_cipher_ctx_st aligned
2022-05-03 Matt CaswellUpdate copyright year
2022-02-16 Weiguo LiAdd define guards to avoid multi-inclusion
2021-11-15 Tomas MrazAdd null digest implementation to the default provider
2021-09-28 Tianjia Zhangproviders: Add SM4 GCM implementation
2021-09-28 Paulikdf: Add PVK KDF to providers.
2021-09-23 Ulrich MüllerAdd default provider support for Keccak 224, 256, 384...
2021-09-05 Richard LevitteENCODER PROV: Add encoders with EncryptedPrivateKeyInfo...
2021-08-17 Shane LontisAdd support for camellia cbc cts mode
2021-08-05 Paulitls/prov: move the TLS 1.3 KDF code to providers
2021-07-14 PauliRemove lower limit on GCM mode ciphers
2021-07-05 Pauliprovider: use #define for PBKDF1 algorithm name
2021-06-17 Matt CaswellUpdate copyright year
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-05-24 Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-20 Richard LevitteVMS: Copy __DECC_INCLUDE_{PROLOGUE,EPILOGUE}.H to more...
2021-04-18 Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-11 Pauliprov: support param argument to digest init calls
2021-03-11 Matt CaswellUpdate copyright year
2021-03-03 Tomas MrazRemove unused MAX_TLS_MAC_SIZE define
2021-03-03 Tomas MrazRemove todos in providers/implementations/include/prov
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...
next