openssl.git
2017-03-02 Matt CaswellTeach SSL_trace() about the early_data_info extension
2017-03-02 Matt CaswellAdd a -max_early_data option to s_server
2017-03-02 Matt CaswellConstruct the ticket_early_data_info extension
2017-03-02 Rich SalzRemove ref to err(7), update copyright.
2017-03-02 Richard Levitte-precert doesn't work when configured no-ct, don't...
2017-03-02 Richard LevitteFix the skip numbers in 80-test_ca.t
2017-03-02 Matt CaswellUse the built in boolean type for CompressionExpected
2017-03-02 Matt CaswellAdd compression tests
2017-03-02 Matt CaswellFix a compression bug
2017-03-02 Matt CaswellEnsure that we never select compression in TLSv1.3
2017-03-02 Robert ScheckAdd LDAP support (RFC 4511) to s_client ("-starttls...
2017-03-02 Andy PolyakovConfigurations/10-main.conf: omit redundant -lresolv...
2017-03-02 Andy Polyakovbio/b_addr.c: omit private hstrerror.
2017-03-02 Andy Polyakovaes/aes_x86core.c: clarify reference implementation...
2017-03-02 Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-03-02 Andy PolyakovCHANGES: mention CFI annotations.
2017-03-02 Andy Polyakovbn/asm: clean up unused PA-RISC modules.
2017-03-02 Andy Polyakovdes/des_locl.h: clean up unused/irrelevant macros.
2017-03-02 Jon SpillettCheck for zero records and return immediately
2017-03-02 Andy Polyakovappveyor.yml: streamline pull requests.
2017-03-02 Andy PolyakovConfigurations/50-masm.conf: add /nologo to ml64 comman...
2017-03-02 Richard LevitteAdd NOTES.UNIX, with a description on how to deal with...
2017-03-01 Bernd EdlingerCheck that async_jobs is not negative and not too high.
2017-03-01 AndyCode health: ssl/ssl_locl.h unused macros
2017-03-01 Richard LevitteVMS: compensate for gmtime_r() parameter pointer size
2017-03-01 Richard LevitteDon't use deprecated EVP_CIPHER_CTX_cleanup() internally
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-03-01 Benjamin KadukRemove OPENSSL_indirect_call()
2017-03-01 Benjamin KadukDon't free in cleanup routine
2017-02-28 Andy Polyakovcrypto/des: remove unreferenced rcp_enc.c module.
2017-02-28 Richard LevitteCode health: Remove base address setting for mingw
2017-02-28 Bernd EdlingerFix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT...
2017-02-28 Benjamin KadukAdd AGL's "beer mug" PEM file as another test input
2017-02-28 Benjamin KadukAdd test corpus for PEM reading
2017-02-28 Richard LevitteCode health: Quick note in changes and the OPENSSL_GLOB...
2017-02-28 Richard LevitteCode health: With the VAX C-ism gone, OPENSSL_GLOBAL...
2017-02-28 Richard LevitteCode health: Remove another VAX C-ism, globaldef and...
2017-02-28 Richard LevitteCode health: make update
2017-02-28 Richard LevitteCode health: Remove VAX exceptions in util/mkdef.pl
2017-02-28 Richard LevitteCode health: Remove unused VAX transfer vector for...
2017-02-28 Rich SalzExdata test was never enabled.
2017-02-28 Emilia KasperRemove memcpy unrolling in bn_lib.c
2017-02-28 Emilia KasperRemove support for HMAC_TEST_PRIVATE_KEY_FORMAT
2017-02-28 Rich SalzRemove GENCB_TEST compile flag
2017-02-28 Matt CaswellFix test_ssl_new when compiled with no-tls1_2 or no...
2017-02-28 Matt CaswellFix sslapitest when compiled with no-tls1_2
2017-02-28 Dr. Stephen... Revert rc4test removal, it performs additional tests...
2017-02-28 Matt CaswellRemove some commented out code in the tests
2017-02-28 Matt CaswellRemove some commented out code in libssl
2017-02-28 Matt CaswellRemove some commented out code in libcrypto
2017-02-28 Matt CaswellRemove some commented out code in the apps
2017-02-28 Dr. Stephen... Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2
2017-02-28 Matt CaswellRemove a pointless "#ifndef" from bf_enc.c
2017-02-28 Matt CaswellRemove bf_cbc.c
2017-02-28 Rich SalzUpdate year, wording tweak
2017-02-28 Matt CaswellRemove the file r160test.c
2017-02-28 Dr. Stephen... Remove wp_test.c: exactly the same tests are in evptest...
2017-02-28 Matt CaswellRemove dead code in bn
2017-02-28 Todd ShortRemove some #if 0 code in ssl, crypto/bio
2017-02-28 Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2017-02-28 Richard LevitteCode health: Remove obvious VAX C fixups
2017-02-28 Emilia KasperMore Configure cleanup. Remove
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-28 Emilia KasperRemove BN_DEBUG_TRIX
2017-02-28 Emilia KasperRemove debugging leftovers in apps/opt.c
2017-02-28 PauliAvoid buffer underflow in evp_test.
2017-02-28 Bernd EdlingerRemove unnecessary memset after PR #2583 avoids accessing
2017-02-28 Richard LevitteMove the CHIL engine to demos/engines
2017-02-28 Matt CaswellRemove some dead code from libssl
2017-02-28 Richard LevitteCode cleanup: remove the VMS specific reimplementation...
2017-02-28 Emilia KasperRemove dead code in crypto/pkcs7
2017-02-28 Emilia KasperRemove methtest.c
2017-02-28 Dr. Stephen... Remove ancient demoCA directory
2017-02-27 Richard LevitteRenumber to avoid a error code clash
2017-02-27 Dr. Stephen... Trace support for TLS 1.3 certificate request message
2017-02-27 Dr. Stephen... Initial incomplete TLS 1.3 certificate request support.
2017-02-27 Adrian VollmerAdjust the default value of the private key size
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.
2017-02-26 Andy Polyakovcrypto/x86_64cpuid.pl: add CFI annotations.
2017-02-26 Andy Polyakovwhrlpool/asm/wp-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovcamellia/asm/cmll-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add CFI annotations.
2017-02-26 Andy Polyakovchacha/asm/chacha-x86_64.pl: add CFI annotations.
2017-02-26 Dr. Stephen... Add missing blank lines and cosmetic improvements
2017-02-26 Dr. Stephen... TLS 1.3 support for ssl_print_ticket()
2017-02-26 Dr. Stephen... print out alpn extension
2017-02-26 Dr. Stephen... Add ffdhe groups to trace output
2017-02-26 Dr. Stephen... Print numerical value of named roups
2017-02-26 Dr. Stephen... Add entry for PSK extension
2017-02-26 Dr. Stephen... Add trace entries for remaining TLS 1.3 ciphersuites
2017-02-26 Dr. Stephen... Print signature type to out, not bio_err
2017-02-26 Richard LevitteAdd a null UI method
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add VPMADD52 code...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: switch to vpermdd...
2017-02-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: optimize AVX512 code...
2017-02-25 Dr. Stephen... Add tests for SHA1 and EC point compression
2017-02-25 Dr. Stephen... For TLS 1.3 reject SHA1 TLS signatures
2017-02-24 Dr. Stephen... Reject compressed point format with TLS 1.3
2017-02-24 Dr. Stephen... EC certificate with compression point
2017-02-24 Dr. Stephen... Add SuiteB support to tls_choose_sigalg()
next