openssl.git
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-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-10 Dr. Stephen... Check input length to pkey_rsa_verify()
2016-12-10 Dr. Stephen... Add RSA PSS tests
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 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-08 Richard LevitteAdd a test for the UI API
2016-12-07 Richard LevitteUI_process() didn't generate errors
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-11-29 Matt CaswellEnsure we are in accept state in DTLSv1_listen
2016-11-25 Dr. Stephen... Fix ctrl operation for SHA1/MD5SHA1.
2016-11-25 Dr. Stephen... add CMS SHA1 signing test
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-24 Matt CaswellFix a missing function prototype in AFALG engine
2016-11-23 Matt CaswellFix missing NULL checks in CKE processing
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 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-21 Kurt RoeckxMake async_read and async_write return -1 on failure.
2016-11-20 Todd ShortSkipping tests in evp_test leaks memory
2016-11-18 Beat BolliUse consistent variable names
2016-11-17 Dr. Stephen... Support MSBLOB format if RC4 is disabled
2016-11-17 Dr. Stephen... Fix MSBLOB format with RSA.
2016-11-17 Dr. Stephen... Make MSBLOB format work with dsa utility.
2016-11-17 Dr. Stephen... Add conversion test for MSBLOB format.
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-17 FdaSilvaYYMissing free item on push failure
2016-11-16 Rob PercivalMove SCT_LIST_free definition into a more logical place
2016-11-16 Rob PercivalMake sure things get deleted when test setup fails...
2016-11-16 Rob PercivalUse valid signature in test_decode_tls_sct()
2016-11-16 Rob PercivalPass a temporary pointer to o2i_SCT_signature from...
2016-11-16 Rob PercivalSubtract padding from outlen in ct_base64_decode
2016-11-16 Rob PercivalConstruct SCT from base64 in ct_test
2016-11-16 Richard LevitteOn x86 machines where the compiler supports -m32, use...
2016-11-16 Richard LevitteAdd a modern linux-x86 config target
2016-11-16 Matt CaswellRemove a hack from ssl_test_old
2016-11-16 Rich SalzCheck return value of some BN functions.
2016-11-15 Rich SalzCherry-pick doc updates from PR 1554
2016-11-15 Rob PercivalAdd test for CT_POLICY_EVAL_CTX default time
2016-11-15 Rob PercivalConvert C++ comments to C-style comments
2016-11-15 Rob PercivalCast time_t to uint64_t before converting to millisecon...
2016-11-15 Rob PercivalBy default, allow SCT timestamps to be up to 5 minutes...
2016-11-15 Rob PercivalDon't check for time() failing in CT_POLICY_EVAL_CTX_new
2016-11-15 Rob PercivalDefault CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalRemove obsolete error constant CT_F_CTLOG_NEW_NULL
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-15 Richard LevitteOnly build the body of e_padlock when there are lower...
2016-11-15 Richard LevitteAdd a warning stipulating how things should be coded...
2016-11-15 Richard LevitteStop init loops
2016-11-14 Andy PolyakovConfigurations/10-main.conf: document GCC for Solaris...
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-11-14 Matt CaswellRevert "Fixed deadlock in CRYPTO_THREAD_run_once for...
2016-11-13 DKFixed deadlock in CRYPTO_THREAD_run_once for Windows
2016-11-13 Matthias KraftSolution proposal for issue #1647.
2016-11-13 EasySecUpdate s_client and s_server documentation about some...
2016-11-13 EasySecReplace the 'SSL' broken link with SSL_CTX_set_security...
2016-11-12 enkoreEVP docs: chacha20, chacha20-poly1305
2016-11-12 Kurt RoeckxCast to an unsigned type before negating
2016-11-11 Andy Polyakovchacha/asm/chacha-x86.pl: improve [backward] portability.
2016-11-11 Andy PolyakovPPC assembler pack: add some PPC970/G5 performance...
2016-11-11 Richard LevitteFix the effect of no-dso in crypto/init.c
2016-11-10 Richard LevitteSmall fixup of util/process_docs.pl
2016-11-10 Matt CaswellPrepare for 1.1.0d-dev
2016-11-10 Matt CaswellPrepare for 1.1.0c release OpenSSL_1_1_0c
2016-11-10 Matt CaswellUpdate CHANGES and NEWS
2016-11-10 Matt CaswellFix the no-tls option
2016-11-10 Richard LevitteFix no-cms (CVE-2016-7053)
2016-11-10 Andy Polyakovtest/evptests.txt: add negative tests for AEAD ciphers.
2016-11-10 Andy Polyakovtest: add TLS application data corruption test.
2016-11-10 Dr. Stephen... add test for CVE-2016-7053
2016-11-10 Dr. Stephen... Don't set choice selector on parse failure.
2016-11-10 Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-11-10 Andy Polyakovaes/asm/aesp8-ppc.pl: improve [backward] portability.
2016-11-10 Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-10 Andy Polyakovtest/bntest.c: regression test for CVE-2016-7055.
2016-11-10 Richard LevitteFix the evp_test Ctrl keyword processing
2016-11-10 Richard LevitteFix no-dso (shlibloadtest)
2016-11-09 EasySecWhen no SRP identity is found, no error was reported...
2016-11-09 Richard LevitteUnix Makefile: Make sure to use $(PERL) when running...
2016-11-08 FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08 Rich SalzZero stack variable with DSA nonce
2016-11-08 Richard LevitteINSTALL: small typo
next