openssl.git
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.
2018-06-21 Andy PolyakovRemove some inline assembler and non-standard constructs.
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-21 Matt CaswellDon't use OPENSSL_strdup() for copying alpn_selected
2018-06-21 Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-21 Matt CaswellAdd blinding to a DSA signature
2018-06-21 Matt CaswellDocument no-sm2
2018-06-21 Richard Levitteopenssl ca: open the output file as late as possible
2018-06-21 PauliFix spelling errors in documentation.
2018-06-20 Richard LevitteNOTES.UNIX: expand the description of RPATHs
2018-06-20 Matt CaswellPrepare for 1.1.1-pre9-dev
2018-06-20 Matt CaswellPrepare for 1.1.1-pre8 release OpenSSL_1_1_1-pre8
2018-06-20 Matt CaswellUpdate copyright year
2018-06-20 Paul Kehrerupdate pyca/cryptography submodule
2018-06-20 Matt CaswellFix no-sm2
2018-06-20 Bernd EdlingerFix test sm2 test failure with ec blinding
2018-06-19 Matt CaswellFix enable-ssl3 enable-ssl3-method
2018-06-19 Dr. Matthias... Improve the output of `make doc-nits`
2018-06-19 Nicola TuveriFix & update documentation about RAND_priv_bytes()
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-19 Richard LevitteConvert our own check of OPENSSL_NO_DEPRECATED
2018-06-19 Richard LevitteConfigure option 'no-deprecated' means '-DOPENSSL_API_C...
2018-06-18 Andy Polyakovec/asm/ecp_nistz256-avx2.pl: harmonize clang version...
2018-06-18 Andy Polyakov{chacha|poly1305}/asm/*-x64.pl: harmonize clang version...
2018-06-18 Andy Polyakovsha/asm/sha{1|256}-586.pl: harmonize clang version...
2018-06-18 Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-18 Matt CaswellFix error number clash
2018-06-18 David von Oheimbadd cast in test/x509aux.c preventing compiler warning...
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-18 David von Oheimbremove needless and misleading malloc failure error...
2018-06-15 Dr. Matthias... RAND_POOL: Add missing implementations for djgpp
2018-06-15 Eric S. RaymondRepair broken C syntax (missing close parens) in a...
2018-06-14 David CooperUpdate certificates in demos/bio, demos/cms, demos...
2018-06-14 Andy Polyakovbn/bn_exp.c: harmonize all code paths with last commit.
2018-06-14 Andy PolyakovConfigurations/10-main.conf: improve Makefile readabili...
2018-06-14 Andy PolyakovConfigurations/10-main.conf: move hpux-shared flags...
2018-06-13 Eric S. RaymondFix manpage problems
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-06-13 Andy PolyakovConfigurations/10-main.conf: replace -bexpall with...
2018-06-13 Andy PolyakovConfigurations/10-main.conf: AIX configs unification.
2018-06-13 Andy PolyakovConfigure: add shared() to facilitate shared-specific...
2018-06-13 Andy PolyakovConfigurations/10-main.conf: reinstate soname on Solaris.
2018-06-13 Richard Levittedoc/man7/passphrase-encoding.pod: Make consistent
2018-06-12 Viktor DukhovniDocument return value of X509_add_ext
2018-06-12 Nicola TuveriDeprecate DSA_sign_setup() in the documentation
2018-06-12 Richard LevitteMake ck_errf.pl ignore commented out error generation
2018-06-12 Richard Levitte.travis.yml: give make update exit code meaning again
2018-06-12 Richard Levittemake errors: use the new util/ck_errf.pl options
2018-06-12 Richard Levitteutil/ck_errf.pl: add functionality that brings it close...
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
2018-06-11 Richard Levitteutil/ck_errf.pl: add detection of unknown libcrypto...
2018-06-11 David von Oheimbexport data_dir of Test.pm, which was forgotten in...
2018-06-11 Matt CaswellRemodel the if sequence for handling alerts
next