]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2016-12-02  Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-12-02  Kurt RoeckxUse 8bit-counters when using libfuzzer
2016-12-02  Kurt Roeckxbndiv fuzzer: move new and free calls to the init and...
2016-12-02  Kurt Roeckxbignum fuzzer: move new and free calls to the init...
2016-12-02  Kurt Roeckxasn1parse: create the out bio during init, free it...
2016-12-02  Kurt RoeckxAdd a FuzzerClean() function
2016-12-02  Kurt RoeckxFuzzerInitialize always exists
2016-12-02  Kurt RoeckxFix formatting of fuzzers
2016-12-02  Matt CaswellFix a typo in bio_read_intern
2016-11-30  Matt CaswellMake refdata in tls13encryptest static
2016-11-30  Matt CaswellConvert tls13encryptiontest so that we pass around...
2016-11-29  Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29  Matt CaswellFix a double free in tls13encryptiontest
2016-11-29  Matt CaswellFix a travis compilation error
2016-11-29  Matt CaswellAdd a test for TLSv1.3 encryption using the new nonce...
2016-11-29  Matt CaswellUse the TLSv1.3 nonce construction
2016-11-29  Matt CaswellFix mac-then-encrypt test with enable-tls1_3
2016-11-29  Matt CaswellEnsure we are in accept state in DTLSv1_listen
2016-11-28  Rich SalzMake bntest be (mostly) file-based.
2016-11-28  Emilia KasperTest mac-then-encrypt
2016-11-25  Dr. Stephen... add CMS SHA1 signing test
2016-11-25  Dr. Stephen... Fix ctrl operation for SHA1/MD5SHA1.
2016-11-25  Andy PolyakovINSTALL: clarify 386 and no-sse2 options.
2016-11-25  Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-25  Andy Polyakovtest/evptests.txt: add regression test for false carry...
2016-11-25  Andy Polyakovbn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
2016-11-24  Kurt Roeckxcoveralls: Use gcov-5 since we build it using gcc-5
2016-11-24  Matt CaswellFix a bogus uninit var warning
2016-11-24  Matt CaswellFix a warning about an uninit var
2016-11-24  Emilia KasperRun BoringSSL tests on Travis
2016-11-24  Matt CaswellFix a missing function prototype in AFALG engine
2016-11-23  Matt CaswellFix missing NULL checks in key_share processing
2016-11-23  Matt CaswellFix missing NULL checks in CKE processing
2016-11-23  Matt CaswellUse ClientHello.legacy_version for the RSA pre-master...
2016-11-23  Matt CaswellFix some defines in ossl_shim
2016-11-23  Matt CaswellFix a double ;; causing a travis failure
2016-11-23  Matt CaswellFix an uninit variable usage
2016-11-23  Matt CaswellUpdate tls13secretstest to use the new simpler test...
2016-11-23  Matt CaswellFix some style issues with TLSv1.3 state machine PR
2016-11-23  Matt CaswellFix some style issues identified during review
2016-11-23  Matt CaswellFix SSL_IS_TLS13(s)
2016-11-23  Matt CaswellExtend test_tls13messages
2016-11-23  Matt CaswellAdd an s_server capability to read an OCSP Response...
2016-11-23  Matt CaswellAdd a test for the TLSv1.3 state machine
2016-11-23  Matt CaswellFix some TLSProxy warnings
2016-11-23  Matt CaswellEnsure unexpected messages are handled consistently
2016-11-23  Matt CaswellEnsure the end of first server flight processing is...
2016-11-23  Matt CaswellFix the tests following the state machine changes for...
2016-11-23  Matt CaswellCreate the Finished message payload
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellImplement tls13_change_cipher_state()
2016-11-23  Matt CaswellRemove old style NewSessionTicket from TLSv1.3
2016-11-23  Matt CaswellFix EXTMS error introduced by commit 94ed2c6
2016-11-22  Richard LevitteClarify what X509_NAME_online does with the given buffe...
2016-11-21  Kurt RoeckxAdd missing -zdelete for some linux arches
2016-11-21  Todd ShortSkipping tests in evp_test leaks memory
2016-11-21  Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-20  Dr. Stephen... Add test to check EVP_PKEY method ordering.
2016-11-18  Robert ScheckAvoid warnings like unused enum value (as suggested...
2016-11-18  Robert ScheckShift inside of switch back one level (code style chang...
2016-11-18  Robert ScheckAdd LMTP support (RFC 2033) to s_client ("-starttls...
2016-11-18  Beat BolliUse consistent variable names in example
2016-11-18  Beat BolliUpdate the location of the pod files
2016-11-17  Kurt RoeckxFix name of "locked" variable
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17  Dr. Stephen... Support MSBLOB format if RC4 is disabled
next