openssl.git
2019-04-03 Todd ShortModify OCSP to use alt MD for cert IDs in responses
2019-04-03 Matt CaswellAdd a test for EVP_MD_block_size()
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-03 Matt CaswellAdd an EVP_MD_CTX_md() test
2019-04-03 Matt CaswellEnsure EVP_MD_CTX_md returns the EVP_MD originally...
2019-04-03 Richard Levittereplaced snprintf with BIO version (for windows builds)
2019-04-03 Richard LevitteReplumbing: add documentation for the provider configur...
2019-04-03 Richard LevitteAdd test for the provider configuration module
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... 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-02 Richard LevitteCorrect the checks of module availability in provider...
2019-04-02 Richard LevitteConfiguration / build: make it possible to disable...
2019-04-02 Richard LevitteBuild cleanup: don't use SHARED_SOURCE with modules
2019-04-01 Richard LevitteRestore the "heartbeats" configuration option among...
2019-04-01 Boris Pismennyadd documentation
2019-04-01 Boris Pismennyapps: print Kernel receive side TLS in s_client and...
2019-04-01 Boris Pismennysslapitest: add test ktls Rx
2019-04-01 Boris Pismennyssl: Linux TLS Rx Offload
2019-04-01 Boris Pismennybio: Linux TLS Rx Offload
2019-04-01 Boris PismennyLinux ktls Rx infrastructure
2019-04-01 Richard LevitteRework DSO API conditions and configuration option
2019-03-31 x753Fixed typo in enc.c warning
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-30 Pauliissue-8493: Fix for filenames with newlines using opens...
2019-03-29 Paul YangFix a memleak in apps/verify
2019-03-29 Paul YangAdd documents for SM2 cert verification
2019-03-29 Paul YangAdd test cases for SM2 cert verification
2019-03-29 Dr. Matthias... trace: rename the default trace category from 'ANY...
2019-03-29 Dr. Matthias... trace: apps/openssl: print the correct category name
2019-03-29 Dr. Matthias... trace: fix out-of-bound memory access
2019-03-29 Dr. Matthias... 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 Richard LevitteWindows, VMS: build fixes
2019-03-29 PauliCorrectly initialise PACKET to zero in the tests to...
2019-03-29 PauliPropery initialise struct sslapitest_log_counts to...
2019-03-29 PauliCorrectly zero the DISPLAY_COLUMNS structure.
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 PauliEnsure that the struct msghdr is properly zeroed.
2019-03-29 Richard Levitteopenssl dgst: show MD name at all times - CHANGES entry
2019-03-29 Richard Levitteopenssl dgst: show MD name at all times
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 Soujyu TanakaAvoid linking error on WCE700 for _InterlockedExchangeA...
2019-03-29 PauliAdd the FIPS related continuous random number generator...
2019-03-29 Andy PolyakovConfigurations/00-base-templates.conf: engage {chacha...
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 Paul Monsonconn_is_closed should return 1 if get_last_sys_error...
2019-03-28 Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-28 Dmitry BelyavskiyAdd some checks of OCSP functions
2019-03-28 Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-28 PauliFix test builds.
2019-03-27 PauliDetect endian without relying on defined symbols.
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-27 Matt CaswellFix no-ec
2019-03-27 Dr. Matthias... Fix three identical grammatical errors
2019-03-26 Shane Lontisstyle nit fix
2019-03-25 Hubert Kariots(1): digest option is mandatory
2019-03-25 Shane Lontisreplaced snprintf with BIO version (for windows builds)
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 CaswellDocument the functions EVP_MD_fetch() and EVP_MD_upref()
2019-03-21 Matt CaswellAdd a test for EVP_MD_fetch
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 Lorinczy ZsigmondReorganized signature-scheme detection in 'apps/s_cb...
2019-03-20 Richard LevitteOPENSSL_config(): restore error agnosticism
2019-03-20 Shane LontisUpdated doc for BN_clear, BN_CTX_end when param is...
2019-03-20 David von Oheimbreplace 'OpenSSL license' by 'Apache License 2.0'
2019-03-19 Shane Lontisremoved BN_clear NULL checks
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 Matt CaswellUpdate pkeyutl documentation about the digest option
2019-03-19 Shane LontisSingle step kdf implementation
2019-03-19 Rich SalzMove ASN1_BROKEN macros
2019-03-19 Dmitry BelyavskiyEVP_PKEY_get0_engine documentation
2019-03-19 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-19 Vitezslav Cizekapps/speed.c: properly address NO_EC2M on systems witho...
2019-03-19 Vitezslav Cizekapps/speed.c: skip binary curves when compiling with...
2019-03-19 PauliAdd documentation for the -sigopt option.
2019-03-19 Dr. Matthias... Configure: untabify indentation
2019-03-19 PauliFix resource leak coverity 1443711.
next