openssl.git
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
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-07-20 Andy Polyakovbio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6...
2018-07-20 Andy Polyakovinclude/openssl/e_os2.h: define last-resort SSIZE_MAX.
2018-07-20 Andy Polyakovec/ec_lcl.h: fix pre-C9x compilation problems.
2018-07-20 Andy Polyakov.travis.yml: exercise -std=c89 in order to catch corres...
2018-07-20 Matt CaswellValidate legacy_version
2018-07-20 Matt CaswellUpdate the TLSv1.3 test vectors
2018-07-19 Matt CaswellTest early_data sent after a second ClientHello causes...
2018-07-19 Matt CaswellDon't skip over early_data if we sent an HRR
2018-07-18 Andy PolyakovCHANGES: mention blinding reverting in ECDSA. [skip ci]
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-18 Matt CaswellAdd a test for mismatch between key OID and sig alg
2018-07-18 Matt CaswellCheck that the public key OID matches the sig alg
2018-07-17 MatFix typo in x25519-x86_64.pl
2018-07-17 Matt CaswellSkip the GOST test where appropriate
2018-07-17 Matt CaswellFix a memory leak in the ticket test
2018-07-17 Matt CaswellFix no-psk
2018-07-17 Matt CaswellTest that a failed resumption issues the correct number...
2018-07-17 Matt CaswellAlways issue new tickets when using TLSv1.3 stateful...
2018-07-17 Matt CaswellImprove testing of stateful tickets
2018-07-17 Matt CaswellDon't remove sessions from the cache during PHA in...
2018-07-16 Kurt RoeckxImprove documentation about reading and writing
2018-07-16 Kurt RoeckxEnable all protocols and ciphers in the fuzzer
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16 Billy Brumley[test] test some important ladder corner cases
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-16 Nicola TuveriRemove stale SM2 error codes
2018-07-15 Andy Polyakovec/curve25519.c: reorganize for better accessibility.
2018-07-15 Andy Polyakovec/asm/x25519-x86_64.pl: add CFI directives and Windows...
2018-07-15 Andy Polyakovtest/.../evppkey.txt: X25519 regression test vectors.
2018-07-15 Andy Polyakovec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and...
2018-07-14 Andy Polyakovbn/bn_lcl.h,bn_nist.c: addres strict warnings with...
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-13 Matt CaswellAdd a GOST test
2018-07-13 Matt CaswellAs a server don't select TLSv1.3 if we're not capable...
2018-07-13 Matt CaswellUse ssl_version_supported() when choosing server version
2018-07-13 Matt CaswellDo not use GOST sig algs in TLSv1.3 where possible
2018-07-13 Alexandre PerrinDocumentation typo fix in BN_bn2bin.pod
2018-07-12 Patrick SteuerFix undefined behavior in s390x aes-gcm/ccm
2018-07-12 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-12 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-12 Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12 Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-07-12 Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
2018-07-12 Patrick Steuerapps/speed.c: let EVP_Update_loop_ccm behave more like...
2018-07-11 Richard LevitteWindows: avoid using 'rem' in the nmake makefile
2018-07-11 Richard LevitteWindows: fix echo for nmake
2018-07-10 PauliNCONF_get_number refix.
2018-07-10 Richard LevitteGuard DECLARE_DEPRECATED against multiple includes...
2018-07-10 Richard Levitteutil/dofile.pl: require Text::Template 1.46 or newer
2018-07-10 Richard LevitteExisting transfer modules must have a package and a...
2018-07-10 Richard LevitteMake 'with_fallback' use 'use' instead of 'require'
2018-07-10 Richard LevitteAvoid __GNUC__ warnings when defining DECLARE_DEPRECATED
2018-07-10 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64...
2018-07-09 Rich SalzAdd tests for the "req" command, -addext flag
2018-07-09 Bernd EdlingerFix minor windows build issues
2018-07-09 Andy Polyakovapps/req.c: fix -addext option.
2018-07-09 Conrad MeyerCorrectly check for cryptodev hash support
2018-07-09 Andy Polyakovmodes/ocb128.c: readability and formatting improvements.
2018-07-09 DesWurstesmodes/ocb128.c: improve the calculation of double mask
2018-07-09 Richard LevitteKeep supporting the env / make variable PERL
2018-07-09 Rich SalzUpdate AUTHORS list, add commentary
2018-07-08 Kurt RoeckxUpdate DRBG CHANGES section
2018-07-07 Matt CaswellRemove a memset
2018-07-07 Matt CaswellCheck a return value for success in ec_field_size()
2018-07-07 Matt CaswellFix some Coverity issues in sm2_encrypt()
2018-07-07 Matt CaswellCheck md_size isn't negative before we use it
2018-07-06 Matt CaswellDon't fail if the PSK identity doesn't match
2018-07-06 Andy Polyakovevp/e_chacha20_poly1305.c: further improve small-fragme...
2018-07-06 Matt CaswellDocument SSL_CTX_set_recv_max_early_data() etc
2018-07-06 Matt CaswellAdd the ability to configure recv_max_early_data via...
next