openssl.git
2018-08-16 Richard LevitteConfigure: warn when 'none' is the chosen seed source
2018-08-16 Andy Polyakovinternal/refcount.h: overhaul fencing and add _MSC_VER...
2018-08-15 Matt CaswellFix a bug in test_sslversions
2018-08-15 Matt CaswellTurn on TLSv1.3 downgrade protection by default
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-08-15 PauliAdd SHA3 HMAC test vectors from NIST.
2018-08-14 Tomas MrazDeallocate previously loaded SSL CONF module data
2018-08-14 Philip PrindevilleTravis: don't generate git clone progress for logs
2018-08-14 Dmitry YakovlevMove SSL_DEBUG md fprintf after assignment
2018-08-14 Matt CaswellUpdates to CHANGES and NEWS for the new release.
2018-08-13 Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-08-12 Richard LevitteConfiguration/15-android.conf: slightly move NDK canoni...
2018-08-12 Richard LevitteConfigurations/15-android.conf: Make sure that the...
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-09 PauliChange the OID references for X25519, X448, ED25519...
2018-08-09 Matt CaswellFix no-comp
2018-08-09 Matt CaswellRevert "stack/stack.c: omit redundant NULL checks."
2018-08-09 Matt CaswellAdd a test for TLSv1.3 fallback
2018-08-09 Matt CaswellImprove fallback protection
2018-08-08 Matt CaswellAdd a test for unencrypted alert
2018-08-08 Matt CaswellTolerate encrypted or plaintext alerts
2018-08-08 Matt CaswellEnsure that we write out alerts correctly after early_data
2018-08-08 Matt CaswellFix a missing call to SSLfatal
2018-08-07 Dr. Matthias... test/asn1_internal_test.c: silence the new check for...
2018-08-07 Rich SalzIncrease CT_NUMBER values
2018-08-07 Rich SalzFix setting of ssl_strings_inited.
2018-08-07 Richard LevitteCheck early that the config target exists and isn't...
2018-08-07 Patrick SteuerCHANGES: mention s390x assembly pack extensions
2018-08-07 Andy Polyakovcrypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.
2018-08-07 Andy Polyakovengine/eng_lib.c: remove redundant #ifdef.
2018-08-07 Andy Polyakovman3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.
2018-08-07 Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-07 Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07 Andy Polyakovssl/*: switch to switch to Thread-Sanitizer-friendly...
2018-08-07 Andy Polyakovlhash/lhash.c: switch to Thread-Sanitizer-friendly...
2018-08-07 Andy PolyakovAdd internal/tsan_assist.h.
2018-08-07 Andy Polyakovstack/stack.c: omit redundant NULL checks.
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07 Andy Polyakovx509/x509name.c: fix potential crash in X509_NAME_get_t...
2018-08-07 Andy PolyakovINSTALL,NOTES.ANDROID: minor updates.
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-07 PauliRelocate memcmp test.
2018-08-06 Matt CaswellEnsure we send an alert on error when processing a...
2018-08-06 Patrick Steuers390x assembly pack: add KIMD/KLMD code path for sha3...
2018-08-03 Dr. Matthias... Fix some undefined behaviour in the Curve448 code ...
2018-08-02 Bernd EdlingerFix uninitialized value $s warning in windows static...
2018-08-01 Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
2018-08-01 PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2018-07-31 Richard LevitteEnsure symbols don't get deprecated too early
2018-07-31 Rich SalzSome protocol versions are build-time
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-07-31 Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-31 Matt CaswellAdd documentation for the new non-curve type specific...
2018-07-31 Matt CaswellProvide EC functions that are not curve type specific
2018-07-31 PauliCheck return from BN_sub
2018-07-31 PauliCheck conversion return in ASN1_INTEGER_print_bio.
2018-07-29 Beat Bolliapps/dsaparam.c generates code that is intended to...
2018-07-29 Bryan DonlanAdd test for DSA signatures of raw digests of various...
2018-07-29 Bryan DonlanRemove DSA digest length checks when no digest is passed
2018-07-28 Beat Bollidoc/BN_generate_prime: update doc about other callback...
2018-07-26 Benjamin KadukImprove backwards compat for SSL_get_servername()
2018-07-26 Benjamin KadukFix ossl_shim SNI handling
2018-07-26 Billy BrumleyEC GFp ladder
2018-07-26 Andy Polyakov00-base-templates.conf: engage x25519-ppc64 module.
2018-07-26 Andy PolyakovAdd ec/asm/x25519-ppc64.pl module.
2018-07-26 Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-26 Andy Polyakovapps/apps.c: harmonize print_bignum_var output with...
2018-07-26 Kurt RoeckxFix inconsisten use of bit vs bits
2018-07-26 Paul YangFix a trivial coding style nit in sm2_sign.c
2018-07-26 Kurt RoeckxMake number of Miller-Rabin tests for a prime tests...
2018-07-26 Kurt RoeckxChange the number of Miller-Rabin test for DSA generati...
2018-07-25 Shane LontisFixed issue where DRBG_CTR fails if NO_DF is used ...
2018-07-25 Rich SalzCheck for failures, to avoid memory leak
2018-07-25 Andy Polyakovcrypto/init.c: use destructor_key even as guard in...
2018-07-25 Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-07-25 Andy Polyakovcrypto/cryptlib.c: resolve possible race in OPENSSL_iss...
2018-07-25 Andy Polyakovcrypto/cryptlib.c: make OPENSS_cpuid_setup safe to...
2018-07-25 Andy PolyakovINSTALL,NOTES.WIN: classify no-asm as non-production...
2018-07-25 Andy Polyakovec/ecp_nistz256.c: fix Coverity nit.
2018-07-25 Andy Polyakovapps/dsaparam.c: make dsaparam -C output strict-warning...
2018-07-24 Richard LevitteConfigure death handler: instead of printing directly...
2018-07-24 Richard LevitteConfigure death handler: remember to call original...
2018-07-24 Richard LevitteConfigure death handler: bail out early when run in...
2018-07-24 David BenjaminRemove zero special-case in BN_mod_exp_mont.
2018-07-24 Richard LevitteConfigure: print generic advice when dying
2018-07-24 neighbadsUpdate sm2_crypt.c
2018-07-24 Richard Levittedef_load_bio(): Free |biosk| more carefully
2018-07-23 Andy Polyakov.travis.yml: omit linux-ppc64le target.
2018-07-23 Richard LevitteMake sure the 'tsget' script is called 'tsget.pl' every...
2018-07-23 Matt CaswellAdd a note about aborts encountered while sending early...
2018-07-22 Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22 Andy Polyakovec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-22 Andy Polyakovapps/dsaparam.c: fix -C output.
2018-07-22 Richard LevitteConfigure: Display error/warning on deprecated/unsuppor...
2018-07-22 Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-07-20 Benjamin KadukAdd TODO comment for a nonsensical public API
2018-07-20 Benjamin KadukNormalize SNI hostname handling for SSL and SSL_SESSION
2018-07-20 Benjamin Kadukconst-ify some input SSL * arguments
next