Add the function openssl_ctx_get_concrete()
[openssl.git] / crypto / evp /
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-11 Shane LontisFix Keccak structure name reference in S390 legacy...
2019-06-10 Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-06 Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-04 Richard LevitteEVP_DigestInit_ex(): drop previous context engine earlier
2019-06-04 Shane LontisMove digests to providers
2019-05-26 Simo SorceFix input checks wrt legacy code
2019-05-26 Laszlo Ersekcrypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn...
2019-05-23 Matt CaswellMake some EVP code available from within the FIPS module
2019-05-22 Patrick Steuers390x assembly pack: allow specifying the tag after...
2019-05-21 Matt CaswellRevert "EVP_*Update: ensure that input NULL with length...
2019-05-16 Shane LontisAdded X963KDF API
2019-05-12 Richard LevitteEVP_FETCH: remove the need to transport the legacy...
2019-05-12 Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12 Richard LevitteMake the generic EVP fetching mechanism use the namenum map
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-08 Guido VrankenEVP_EncryptUpdate, EVP_EncryptFinal_ex: don't branch...
2019-05-07 PauliCoverity CID 1444952: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444953: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444954: Integer handling issues
2019-05-07 PauliCoverity CID 1444956: Integer handling issues
2019-05-07 PauliCoverity CID 1444958: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444960: Error handling issues
2019-05-07 PauliCoverity CID 1444961: Integer handling issues
2019-05-07 PauliCoverity CID 1444963: Null pointer dereferences
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-30 PauliStructure alignment macro.
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-23 Matt CaswellIf key or iv is NULL set the respective length to 0
2019-04-23 Matt CaswellFix EVP_CIPHER_CTX_rand_key()
2019-04-19 Matt CaswellMake implementation of blocksize, iv_length and key_len...
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
2019-04-19 Matt CaswellImplement AES CTR ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES OFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellAdd support in the default provider for 192/128 bit...
2019-04-19 Matt CaswellImplement support for AES-256-ECB in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-19 Richard LevitteFix the generic EVP algorithm fetch to actually cache...
2019-04-15 Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-10 Richard LevitteEVP_*Update: ensure that input NULL with length 0 isn...
2019-04-09 Matt CaswellAdd a legacy provider and put MD2 in it
2019-04-09 Matt CaswellUse the right NID when putting a method in the store
2019-04-06 Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-04-05 Richard LevitteEVP configuration section: add 'default_properties...
2019-04-05 Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-05 PauliMove the AES-XTS mode duplicated key check into the...
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-03 Matt CaswellEnsure EVP_MD_CTX_md returns the EVP_MD originally...
2019-04-03 PauliAES-XTS block limit.
2019-03-27 Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-03-27 Matt CaswellFix a memory leak in ARIA GCM
2019-03-27 Matt CaswellTolerate 0 byte input length for Update functions
2019-03-21 Matt CaswellImplement SHA256 in the default provider
2019-03-21 Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21 Matt CaswellImplement EVP_MD_fetch()
2019-03-19 Shane LontisSingle step kdf implementation
2019-03-19 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-18 Richard LevitteAdd generic EVP method fetcher
2019-03-17 Victor StinnerEVP_PBE_scrypt() handles salt=NULL as salt=""
2019-03-06 Shane LontisFIPS AES_GCM IV gen changes
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Matt CaswellPrevent over long nonces in ChaCha20-Poly1305
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
2019-02-28 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-27 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-18 Matt CaswellDon't leak EVP_KDF_CTX on error
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2: register MAC objects
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-08 Matt CaswellFix compilation on sparc
2019-01-05 Richard Levittecrypto/evp/e_aes.c: build again on s390x
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-11 Todd ShortAdd RFC5297 AES-SIV support
2018-12-10 Richard Levittemake update
2018-12-10 Richard LevittePrevent calling decryption in an encryption context...
2018-12-07 Boris Pismennyevp/e_aes: Expose IV
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-20 Matt CaswellUpdate copyright year
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-10 David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliGMAC implementation
2018-10-30 Richard LevitteEVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30 Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30 Richard LevitteAdapt other EVP code to use EVP_MAC instead of direct...
next