]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp
Remove __cplusplus preamble from internal headers
[thirdparty/openssl.git] / crypto / evp /
2018-06-20  Matt CaswellUpdate copyright year
2018-06-19  Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19  Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-18  David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-06-03  Andy Polyakovevp/e_aes.c: replace calls to one-liners with reference...
2018-04-17  Richard LevitteUpdate copyright year
2018-04-13  Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13  Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-03  Matt CaswellUpdate copyright year
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-03-29  FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-28  Patrick Steuercrypto/e_aes.c: use S390X_AES_FC macro
2018-03-28  Patrick Steuercrypto/evp/e_aes.c: add size_t casts to increase readab...
2018-03-28  Patrick Steuers390x assembly pack: add KMF code path for aes-cfb...
2018-03-28  Patrick Steuers390x assembly pack: add KMO code path for aes-ofb
2018-03-28  Patrick Steuers390x assembly pack: add KM code path for aes-ecb
2018-03-21  Jack BatesConvert _meth_get_ functions to const getters
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19  Matt CaswellFix no-cmac
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellMake sure all errors go on the stack in the EVP_PKEY_ne...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-02  Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-27  Dr. Matthias St... bio_b64.c: prevent base64 filter BIO from decoding...
2018-02-27  Matt CaswellUpdate copyright year
2018-02-23  Bernd EdlingerFix some bugs with the cfb1 bitsize handling
2018-02-14  Viktor DukhovniAvoid fragile aliasing of SHA224/384 update/final
2018-02-06  Patrick Steuercrypto/evp/e_aes.c: add comments to s390x aes gcm imple...
2018-02-06  Patrick Steuers390x assembly pack: add KMAC code path for aes-ccm
2018-01-23  PauliSHA512/224 and SHA512/256
2018-01-23  Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-09  Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07  Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-12-09  Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-11-13  Andy Polyakovevp/pbe_scrypt.c: add boundary condition for implicit...
2017-11-05  Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05  Jack LloydSM3: Add SM3 hash function
2017-10-31  Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30  Kurt RoeckxOnly reset the ctx when a cipher is given
2017-10-30  Richard Levittemake update
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-13  Rich SalzRemove email addresses from source code.
2017-10-11  Dr. Stephen Hensonmake update
2017-10-11  Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11  Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11  Dr. Stephen HensonDon't ignore passed ENGINE.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-14  PauliAdd explanatory comment about fitting into a size_t.
2017-09-14  Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14  PauliEnsure that the requested memory size cannot exceed...
2017-09-14  PauliManually revert "Ensure allocation size fits into size_t"
2017-09-13  Paul YangSupport key check in EVP interface
2017-09-11  Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-15  Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-15  Richard LevitteRename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.c
2017-08-12  Andy PolyakovWire SHAKE to EVP.
2017-08-12  Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-08  Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-01  Martin PeyloAdding NID_hmac_sha1 and _md5 to builtin_pbe[]
2017-07-29  Dr. Stephen HensonAdd public key method enumeration function.
2017-07-25  Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-25  Andy PolyakovAdd evp/m_sha3.c.
2017-07-24  Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-19  Matt CaswellRemove some dead code
2017-07-19  Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-07  PauliTrivial bounds checking.
2017-07-05  Richard LevitteFix small UI issues
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-07-03  PauliFix copyright date for the ARIA evp file.
2017-06-15  PauliCorrect Oracle copyrights & clarify.
2017-06-12  Bernd EdlingerFix memleak in EVP_DigestSignFinal/VerifyFinal.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-30  Dr. Stephen HensonED25519 public key method.
2017-05-30  Dr. Stephen Hensonmake errors
2017-05-30  Dr. Stephen HensonAdd support for custom digestsign/digestverify methods.
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-11  Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-04-24  Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-04-04  Gergely NagyPBKDF2 computation speedup (15-40%)
2017-03-25  Bernd EdlingerDon't access memory before checking the correct length...
2017-03-17  Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-02  Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-02-28  Matt CaswellRemove some commented out code in libcrypto
next