openssl.git
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.
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 Richard LevitteFix no-posix-io
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-19 Benjamin KadukFix strict-warnings build on FreeBSD
2019-03-19 Richard Levittedoc/man3/OSSL_PARAM_TYPE.pod: modify Example 2 to allow...
2019-03-18 David von OheimbAdd -new and -subj options to x509 app for direct cert...
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 Oheimbupdate reference output of test_x509 in test/certs...
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-18 Shane Lontiscoverity fixes for bntest.c
2019-03-17 Victor StinnerEVP_PBE_scrypt() handles salt=NULL as salt=""
2019-03-17 Richard Levittetest/params_api_test.c: fix size_t assumptions
2019-03-16 Bernd EdlingerUpdate to xenial
2019-03-15 Richard LevitteConfigurations/windows-makefile.tmpl: small fixes
2019-03-15 Matt CaswellGuard some SM2 functions with OPENSSL_NO_SM2
2019-03-15 Dr. Matthias... trace: update the documentation
2019-03-15 Dr. Matthias... trace: ensure correct grouping
2019-03-15 Dr. Matthias... trace: don't leak the line prefix
2019-03-15 Dr. Matthias... trace: rename the trace channel types
2019-03-15 Dr. Matthias... trace: remove some magic numbers
2019-03-15 Dr. Matthias... VMS: only use the high precision on VMS v8.4 and up
2019-03-14 Richard Levitteinternal/refcount.h: allow non-atomic build
2019-03-14 Richard Levittecrypto/provider_core.c: correct definition and use...
2019-03-14 Matt CaswellEnable pkeyutl to use Ed448 and Ed25519
2019-03-14 Dr. Matthias... Configure: disable new trace api by default
2019-03-14 Richard LevitteDon't fail when tracing is disabled
2019-03-13 Nicola TuveriFix memory leak in ectest
2019-03-13 Richard Levittetest/params_test.c: use TEST_double_eq to check doubles
2019-03-13 Richard Levittetest/params_test.c: make more global variables static
2019-03-13 Richard Levittetest/params_test.c: make construct_api_params() static
2019-03-13 David von Oheimbprevent app_get_pass() from revealing cleartext passwor...
2019-03-13 Richard Levittetest/params_test.c: Add run-time constructed OSSL_PARAM...
2019-03-13 Richard Levittetest/params_test.c: Add API test case, and mixed methods
2019-03-13 Richard Levittetest/params_test.c: Add "real world" parameter testing
next