openssl dgst: show MD name at all times - CHANGES entry
[openssl.git] / crypto /
2019-03-29 PauliClear seed source structures.
2019-03-29 Soujyu TanakaFor the lack of GetModuleHandleEx(), we use DSO route...
2019-03-29 Soujyu TanakaCircumvent a problem of lacking GetEnvironmentVariable...
2019-03-29 Soujyu TanakaAvoid linking error for InitializeCriticalSectionAndSpi...
2019-03-29 PauliAdd the FIPS related continuous random number generator...
2019-03-29 Andy PolyakovIA64 assembly pack: add {chacha|poly1305}-ia64 modules.
2019-03-29 Shane LontisFixed unmatched BN_CTX_start/end if an invalid exponent...
2019-03-28 PauliFix broken change from b3d113e.
2019-03-28 Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-28 Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-27 Jake MassimoIncrease rounds of Miller-Rabin testing DH_check
2019-03-27 Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
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-22 Bernd EdlingerModify the RSA_private_decrypt functions to check the...
2019-03-22 Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-22 PauliCosmetic rand/drbg changes.
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-21 Matt CaswellAdd a skeleton default provider
2019-03-21 Shane Lontisfixed mismatching #ifdef cpp
2019-03-20 Richard LevitteOPENSSL_config(): restore error agnosticism
2019-03-20 David von Oheimbreplace 'OpenSSL license' by 'Apache License 2.0'
2019-03-19 Richard LevitteReplumbing: Add a mechanism to pre-populate the provide...
2019-03-19 Richard LevitteReplumbing: add fallback provider capability
2019-03-19 Shane LontisSingle step kdf implementation
2019-03-19 Rich SalzMove ASN1_BROKEN macros
2019-03-19 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-19 Hua ZhangFix compiling error for mips32r6 and mips64r6
2019-03-19 Richard LevitteAdd missing '.text' in crypto/bn/asm/ppc.pl
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18 Bernd EdlingerClear the point S before freeing in ec_scalar_mul_ladder
2019-03-18 Bernd EdlingerClear the secret point in ecdh_simple_compute_key
2019-03-18 David von Oheimbadd 'Signature Value:' line and correct indentation...
2019-03-18 David von Oheimbremove 'keyid:' when printing simple X509 authority...
2019-03-18 David von Oheimbremove needless empty lines when printing certificates
2019-03-18 Richard LevitteAdd generic EVP method fetcher
2019-03-18 Richard LevitteReplumbing: better reference counter control in ossl_me...
2019-03-18 Richard LevitteReplumbing: pass callback data to the algo destructor too
2019-03-18 Daniel AxtensPPC assembly pack: fix copy-paste error in CTR mode
2019-03-17 Victor StinnerEVP_PBE_scrypt() handles salt=NULL as salt=""
2019-03-15 Dr. Matthias St... trace: ensure correct grouping
2019-03-15 Dr. Matthias St... trace: don't leak the line prefix
2019-03-15 Dr. Matthias St... trace: rename the trace channel types
2019-03-15 Dr. Matthias St... trace: remove some magic numbers
2019-03-15 Dr. Matthias St... VMS: only use the high precision on VMS v8.4 and up
2019-03-14 Richard Levittecrypto/provider_core.c: correct definition and use...
2019-03-14 Richard LevitteDon't fail when tracing is disabled
2019-03-13 杨洋Support SM2 certificate verification
2019-03-12 Richard LevitteReplumbing: Add constructor of libcrypto internal metho...
2019-03-12 Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-12 Richard LevitteReplumbing: Add an OSSL_PROVIDER iterator with callback
2019-03-12 Richard LevitteChange OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR
2019-03-12 PauliOSSL_PARAM helper functions.
2019-03-12 Richard LevitteRename 'buffer' to 'data' in OSSL_PARAM
2019-03-12 David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration
2019-03-12 Shane Lontisadded generated files
2019-03-12 Shane LontisFIPS 186-4 RSA Generation & Validation
2019-03-11 Patrick Steuers390x assembly pack: import chacha from cryptogams...
2019-03-11 Richard LevitteReplumbing: New public API to load or add providers
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2019-03-11 Andy Polyakovsha/asm/keccak1600-ppc64.pl: up 10% performance improve...
2019-03-08 Matt CaswellChange arg to cms_CompressedData_init_bio to be const
2019-03-07 Bernd EdlingerDo the error handling in pkey_rsa_decrypt in constant...
2019-03-07 Bernd EdlingerFix memory overrun in rsa padding check functions
2019-03-07 Matt CaswellAvoid an underflow in ecp_nistp521.c
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 LevitteMake it possible to trace the trace functionality itself
2019-03-06 Richard LevitteAdapt BN_CTX_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_POLICY_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_REF_COUNT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_TABLE_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_CONF_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_INIT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-03-06 Richard LevitteMake it possible to disable the TRACE API
2019-03-06 Richard LevitteAdd generic trace API
2019-03-06 PauliMake the sparse array code use ossl_uintmax_t as its...
2019-03-05 Richard LevitteDeprecate the "hw" configuration options, make "padlock...
2019-03-04 Vitezslav Cizekopenssl_strerror_r: Fix handling of GNU strerror_r
2019-03-01 Bernd EdlingerFix seeding from random device w/o getrandom syscall
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-27 Paul YangFix the default digest algorthm of SM2
2019-02-27 Paul YangSupport raw input data in apps/pkeyutl
2019-02-26 Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-25 Richard LevitteRearrange the inclusion of curve448/curve448_lcl.h
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-24 PauliCID 1442835: Integer Overflow
2019-02-24 PauliCID 1442836: Resource leaks
next