Ensure EVP_MD_CTX_md returns the EVP_MD originally used
[openssl.git] / crypto /
2019-04-03 Matt CaswellEnsure EVP_MD_CTX_md returns the EVP_MD originally...
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers
2019-04-03 Richard LevitteReplumbing: add functionality to set provider parameters
2019-04-03 PauliAES-XTS block limit.
2019-04-02 Richard LevitteRevert "crypto/rand/rand_win.c: include "e_os.h" to...
2019-04-02 Dr. Matthias St... rand_win.c: loosen version requirements for BCryptGenRandom
2019-04-02 Richard Levittecrypto/rand/rand_win.c: include "e_os.h" to get the...
2019-04-01 Boris Pismennybio: Linux TLS Rx Offload
2019-04-01 Richard LevitteRework DSO API conditions and configuration option
2019-03-30 Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-30 PauliImplement the param types that aren't explicitly length...
2019-03-29 Dr. Matthias St... trace: rename the default trace category from 'ANY...
2019-03-29 Dr. Matthias St... trace: apps/openssl: print the correct category name
2019-03-29 Dr. Matthias St... trace: fix out-of-bound memory access
2019-03-29 Dr. Matthias St... trace: don't pretend success if it's not enabled
2019-03-29 Patrick Steuers390x assembly pack: import poly from cryptogams repo
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-29 PauliMake the array zeroing explicit using memset.
2019-03-29 PauliIt isn't necessary to initialise a struct stat before...
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
next