openssl.git
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...
2018-07-06 Matt CaswellAdd a test for the recv_max_early_data setting
2018-07-06 Matt CaswellIntroduce the recv_max_early_data setting
2018-07-05 Rich SalzReject duplicate -addext parameters
2018-07-05 Rich SalzAdd missing include file to doc
2018-07-04 Richard LevitteDocument more EVP_MD_CTX functions
2018-07-04 Billy Brumley[crypto/ec] disable SCA mitigations for curves with...
2018-07-04 Matt CaswellFix no-tls1_2
2018-07-03 PauliTests for MD5-SHA1 combined digest.
2018-07-03 Rich SalzFix some issues found by Denian's lintian tool
2018-07-03 Andy Polyakovchacha/asm/chacha-x86_64.pl: add dedicated path for...
2018-07-03 Andy Polyakovperlasm/x86_64-xlate.pl: refine symbol recognition...
2018-07-03 Matt CaswellRemove TLSv1.3 tickets from the client cache as we...
2018-07-03 Matt CaswellRestore behaviour from commit 36ff232cf that was incorr...
2018-07-03 PauliCheck for NULL conf in NCONF_get_number
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
2018-07-02 Matt CaswellAdd a test for the new early data callback
2018-07-02 Matt CaswellDocument the new early data callback and option
2018-07-02 Matt CaswellAdd setters to set the early_data callback
2018-07-02 Matt CaswellMake the anti-replay feature optional
2018-07-02 Matt CaswellFix a NULL ptr deref in error path in tls_process_cke_dhe()
2018-07-01 Benjamin KadukAddress coverity-reported NULL dereference in SSL_SESSI...
2018-07-01 PauliRemove development artifacts.
2018-07-01 Andy Polyakovrand/rand_unix.c: address macro redifinition warning.
2018-07-01 Andy Polyakovmodes/asm/ghash-armv4.pl: address "infixes are deprecat...
2018-06-29 Andy Polyakovevp/e_chacha20_poly1305.c: improve performance for...
2018-06-29 Billy BrumleyMore EVP ECC testing: positive and negative
2018-06-29 PauliCheck return from BN_set_word.
2018-06-28 Rich SalzZero-fill IV by default.
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-27 Matt CaswellReturn SSL_ERROR_WANT_READ if SSL_shutdown() encounters...
2018-06-27 Matt CaswellAdd a bi-directional shutdown test
2018-06-27 Matt CaswellAuto retry if we ditch records during shutdown
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-06-26 Matt CaswellDocument changes to SSL_OP_NO_TICKET for TLSv1.3
2018-06-26 Matt CaswellUse stateful tickets if we are doing anti-replay
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-26 Matt CaswellRestructure the ticket construction code
2018-06-26 Andy PolyakovNOTES.UNIX: add "Linking your application" paragraph
2018-06-26 Matt CaswellUpdate SSL_SESSION_print for TLSv1.3
2018-06-26 Matt CaswellOnly dump session data after we have received it
2018-06-25 Richard LevitteOpenSSL_add_ssl_algorithm-is-deprecated() is deprecated...
2018-06-25 Andy Polyakovstore/loader_file.c: fix char-subscripts warning.
2018-06-25 Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-25 Andy Polyakovrand/rand_unix.c: mask getentropy ELF detection on...
2018-06-25 Andy Polyakovec/ec_pmeth.c: minor cleanups and readability fixes.
2018-06-25 Nicola TuveriUse ec_group_do_inverse_ord() in SM2
2018-06-25 Nicola TuveriAdd inter-module private header for EC functions
2018-06-25 Matt CaswellDon't change a session once its in the cache
2018-06-24 捷成吴apps/speed.c: add missing checks for RAND_bytes()
2018-06-24 Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-06-24 Ana María Martínez... Support directories with "." in x509_load_serial()
2018-06-23 Kurt RoeckxFix prototype of ASN1_INTEGER_get and ASN1_INTEGER_set
2018-06-23 Bernd EdlingerReplace accidentally used C99 macro __func__ with __FIL...
2018-06-23 Paul Kehrerfix pyca/cryptography test suite failure
2018-06-23 Richard LevitteOpenSSL-II style for emacs: don't indent because of...
2018-06-22 Benjamin Kadukecdsa_ossl: address coverity nit
2018-06-22 Bernd EdlingerFix negative test result in sm2 test
2018-06-22 Andy Polyakovsha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support...
2018-06-22 Matt CaswellAdd a high level note about the various SCA mitigations
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-22 Andy PolyakovConfigure,util/shlib_wrap.sh: harmonize -Wl and -rpath...
2018-06-22 Andy PolyakovCHANGES: mention AIX shared library support overhaul.
2018-06-22 Andy Polyakovrecipes/90-test_shlibload.t: disable tests on AIX till...
2018-06-22 Andy PolyakovConfigurations/10-main.conf: always pass -bsrv4 to...
2018-06-22 Andy PolyakovConfigurations/unix-Makefile.tmpl: switch to "natural...
2018-06-22 Andy PolyakovConfigure: allow some file extensions to be overridden...
2018-06-22 Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-06-21 Dr. Matthias... testutil/driver.c: Fix function prototype warning ...
2018-06-21 Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-06-21 David von Oheimbadd documentation for OCSP_basic_verify()
2018-06-21 Nicola Tuveri[fixup] Add CHANGES entry
2018-06-21 Billy Brumley[crypto/ec] default to FLT or error
2018-06-21 Billy Brumley[crypto/ec] remove blinding to support even orders
2018-06-21 Billy Brumleymake EC_GROUP_do_inverse_ord more robust
2018-06-21 Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-06-21 FdaSilvaYYapps/ca: fix useless get before delete.
2018-06-21 Andy PolyakovConfigurations/10-main.conf: IRIX configs unification.
next