openssl.git
2016-12-15 Kurt RoeckxDon't call memcpy with NULL as source
2016-12-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: allow nasm to assemble...
2016-12-15 Andy Polyakovperlasm/x86_64-xlate.pl: add support for AVX512 OPMASK...
2016-12-15 Andy Polyakovman3/OPENSSL_ia32cap.pod: clarify AVX512 support in...
2016-12-14 Rich SalzCRL critical extension bugfix
2016-12-14 Dr. Stephen... Add function and reason checking to evp_test
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-13 Rich SalzFix various doc nits.
2016-12-12 Azat KhuzhinRemove ENGINE_load_dasync() (no OPENSSL_INIT_ENGINE_DAS...
2016-12-12 Dmitry BelyavskiyTypo fixed
2016-12-12 Paul Hoveyupdated macro spacing for styling purposes
2016-12-12 Paul Hoveyfix undoes errors introduced by https://github.com...
2016-12-12 Benjamin KadukRestore the ERR_FATAL_ERROR() macro
2016-12-12 Matt CaswellFix a leak in SSL_clear()
2016-12-12 Andy Polyakovperlasm/x86_64-xlate.pl: refine sign extension in ea...
2016-12-12 Andy Polyakovx86_64 assembly pack: add AVX512 ChaCha20 and Poly1305...
2016-12-12 Andy Polyakovpoly1305/poly1305_base2_44.c: add reference base 2...
2016-12-10 Davide GalassiAvoid the call to OPENSSL_malloc with a negative value...
2016-12-10 Markus TriskaFix reference to SSL_set_max_proto_version.
2016-12-10 Dr. Stephen... Additional error tests in evp_test.c
2016-12-10 Richard LevitteVMS UI_OpenSSL: generate OpenSSL errors when things...
2016-12-10 Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-09 Dr. Stephen... Add RSA PSS tests
2016-12-09 Dr. Stephen... Check input length to pkey_rsa_verify()
2016-12-09 Kurt RoeckxUpdate client fuzz corpus
2016-12-09 Richard LevitteTest framework: Add the possibility to have a test...
2016-12-09 Kurt RoeckxUpdate client fuzzer corpus
2016-12-08 Richard LevitteRemove extra bang
2016-12-08 Kurt RoeckxOnly call memcpy when the length is larger than 0.
2016-12-08 Richard LevitteUI code style cleanup
2016-12-08 Kurt RoeckxFuzz corpora update
2016-12-08 Kurt RoeckxAnd client fuzzer
2016-12-08 Kurt RoeckxMake the predictable numbers start from 1
2016-12-08 Kurt RoeckxMake asn1 fuzzer more reproducible
2016-12-08 Matt CaswellFix the declaration of tls_parse_extension in statem_locl.h
2016-12-08 Matt CaswellFix a travis failure
2016-12-08 Matt CaswellFix various indentation
2016-12-08 Matt CaswellMove the checkhandshake.pm module into test/testlib
2016-12-08 Matt CaswellFix make update issues
2016-12-08 Matt CaswellFix more style issues following extensions refactor...
2016-12-08 Matt CaswellIntroduce TLSEXT_STATUSTYPE_nothing constant
2016-12-08 Matt CaswellChange TLSEXT_IDX_* values into an enum
2016-12-08 Matt CaswellVarious style updates following extensions refactor
2016-12-08 Matt CaswellFix travis mixed declarations and code error
2016-12-08 Matt CaswellSuppress some BoringSSL test failures
2016-12-08 Matt CaswellCorrect imports for checkhandshake module
2016-12-08 Matt CaswellFix a memory leak
2016-12-08 Matt CaswellAdd some extra key_share tests
2016-12-08 Matt CaswellRemove some spurious whitespace
2016-12-08 Matt CaswellAdd a renegotiation test
2016-12-08 Matt CaswellAdd more extension tests to test_sslmessages
2016-12-08 Matt CaswellMerge common code between test_tls13messages and test_s...
2016-12-08 Matt CaswellAdd extension tests in test_sslmessages
2016-12-08 Matt CaswellEnable status_request test in test_sslmessages
2016-12-08 Matt CaswellFix a bug in TLSProxy where zero length messages were...
2016-12-08 Matt CaswellAdd a test to check messsages sent are the ones we...
2016-12-08 Matt CaswellSupport renegotiation in TLSProxy
2016-12-08 Matt CaswellAdd tests for new extension code
2016-12-08 Matt CaswellSplit ServerHello extensions
2016-12-08 Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08 Matt CaswellAvoid repeatedly scanning the list of extensions
2016-12-08 Matt CaswellSimplify ClientHello extension parsing
2016-12-08 Matt CaswellMove ALPN processing into an extension finalisation...
2016-12-08 Matt CaswellProvide server side extension init and finalisation...
2016-12-08 Matt CaswellAdd an extension initilisation and finalisation capability
2016-12-08 Matt CaswellMove client construction of ClientHello extensions...
2016-12-08 Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08 Matt CaswellRename some functions
2016-12-08 Matt CaswellMove ServerHello extension construction into the new...
2016-12-08 Matt CaswellSplit extensions code into core extensions and server...
2016-12-08 Matt CaswellAdd extensions construction support
2016-12-08 Matt CaswellContinue the extensions refactor
2016-12-08 Matt CaswellRefactor ClientHello extension parsing
2016-12-08 Matt CaswellVerify that extensions are used in the correct context
2016-12-08 Matt CaswellAdd some missing extensions to SSL_extension_supported()
2016-12-08 Matt CaswellMove tls_collect_extensions() into a separate file
2016-12-08 Matt CaswellAdd EncryptedExtensions message
2016-12-08 Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-12-08 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-08 Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-12-08 Richard LevitteMake sure that password_callback exercises UI
2016-12-07 Richard LevitteAdd a test for the UI API
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-12-05 Kurt RoeckxAlso set the CXXFLAG to the user supplied flags
2016-12-05 Kurt Roeckxtravis: Use no-shared for the FUZZING_BUILD_MODE_UNSAFE...
2016-12-05 Matt CaswellChange various repeated wr[someindex]/pkt[someindex...
2016-12-05 Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05 Matt CaswellChange various repeated rr[someindex] references to...
2016-12-05 Matt CaswellEnsure compressdata is always initialised
2016-12-05 Matt CaswellAdd a TLS1.3 TODO for the msg callback
2016-12-05 Matt CaswellAdd more TLS1.3 record tests
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-12-05 Matt CaswellConvert TLS Record receipt to use PACKET
2016-12-05 Matt CaswellConvert TLS record construction to use WPACKET
2016-12-05 Matt CaswellAdd an ability to find out the current write location...
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-12-02 Kurt RoeckxRun a some tests with -DFUZZING_BUILD_MODE_UNSAFE_FOR_P...
2016-12-02 Kurt RoeckxMake the fuzzers more reproducible
2016-12-02 Kurt RoeckxMove libfuzzer sanitizer options to README
2016-12-02 Kurt RoeckxCMS fuzzer: also use id2
next