openssl.git
2015-04-20 Richard LevitteInitialised 'ok' and redo the logic.
2015-04-20 Matt CaswellFix return checks in GOST engine
2015-04-20 Matt CaswellFix misc NULL derefs in sureware engine
2015-04-20 Andy Polyakovaes/asm/aesni-x86.pl: fix typo affecting Windows build.
2015-04-20 Andy Polyakovaes/asm/aesni-x86[_64].pl update.
2015-04-20 Dr. Stephen... Fix verify algorithm.
2015-04-20 Matt CaswellAdd documentation for the -no_alt_chains option for...
2015-04-20 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-04-20 Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-04-20 Matt CaswellIn certain situations the server provided certificate...
2015-04-18 Dr. Stephen... Fix encoding bug in i2c_ASN1_INTEGER
2015-04-17 Emilia KasperError out immediately on empty ciphers list.
2015-04-17 Emilia KasperUse -Wall -Wextra with clang
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Dr. Stephen... Limit depth of nested sequences when generating ASN.1
2015-04-16 Dr. Stephen... Reject empty generation strings.
2015-04-14 Matt CaswellFix ssl_get_prev_session overrun
2015-04-14 Matt CaswellCheck for ClientHello message overruns
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-04-10 Dr. Stephen... Don't set *pval to NULL in ASN1_item_ex_new.
2015-04-10 Dr. Stephen... Fix ECDH key identifier support.
2015-04-10 Dr. Stephen... Fix ECDH detection, add ECDH keyid test.
2015-04-08 Richard LevitteHave mkerr.pl treat already existing multiline string...
2015-04-08 Richard LevitteIgnore the non-dll windows specific build directories
2015-04-08 Richard LevitteAppease clang -Wshadow
2015-04-08 Richard LevitteAppease clang -Wgnu-statement-expression
2015-04-08 Richard LevitteAppease clang -Wempty-translation-unit
2015-04-08 Emilia KasperHarden SSLv2-supporting servers against Bleichenbacher...
2015-04-02 Andy Polyakovmodes/asm/ghashv8-armx.pl: up to 90% performance improv...
2015-04-02 Andy Polyakovsha/asm/sha*-armv8.pl: add Denver and X-Gene esults.
2015-04-02 Andy Polyakovaes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
2015-03-25 Matt CaswellFix bug in s_client. Previously default verify location...
2015-03-25 Matt CaswellFix HMAC to pass invalid key len test
2015-03-25 Matt CaswellAdd HMAC test for invalid key len
2015-03-25 Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25 Matt CaswellAdd more HMAC tests
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-25 Matt CaswellAdd ticket length before buffering DTLS message
2015-03-25 Matt CaswellEnsure last_write_sequence is saved in DTLS1.2
2015-03-24 Kurt RoeckxDon't send a for ServerKeyExchange for kDHr and kDHd
2015-03-24 Dr. Stephen... Fix OCSP tests.
2015-03-24 Dr. Stephen... Configuration file examples.
2015-03-24 Dr. Stephen... Make OCSP response verification more flexible.
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-23 Matt CaswellDon't check curves that haven't been sent
2015-03-23 Andy Polyakovsha/asm/sha256-armv4.pl: adapt for use in Linux kernel...
2015-03-22 Matt CaswellFix no-ec with no-ec2m
2015-03-20 Matt CaswellAdd DTLS tests to make test
2015-03-20 David WoodhouseAdd DTLS support to ssltest
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-19 Matt CaswellPrepare for 1.0.2b-dev
2015-03-19 Matt CaswellPrepare for 1.0.2a release OpenSSL_1_0_2a
2015-03-19 Matt Caswellmake update
2015-03-19 Matt CaswellFix unsigned/signed warnings
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19 Matt CaswellUpdate NEWS file
2015-03-19 Matt CaswellUpdate CHANGES for release
2015-03-19 Matt CaswellFix discrepancy in NEWS file
2015-03-19 Matt CaswellFix CHANGES discrepancies
2015-03-19 Matt CaswellRemove overlapping CHANGES/NEWS entries
2015-03-19 Emilia KasperFix reachable assert in SSLv2 servers.
2015-03-19 Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-19 Dr. Stephen... Fix ASN1_TYPE_cmp
2015-03-19 Matt CaswellFix DHE Null CKE vulnerability
2015-03-19 Dr. Stephen... Fix for CVE-2015-0291
2015-03-19 Dr. Stephen... Reject invalid PSS parameters.
2015-03-19 Dr. Stephen... Free up ADB and CHOICE if already initialised.
2015-03-19 Matt CaswellFix Seg fault in DTLSv1_listen
2015-03-19 Matt CaswellMultiblock corrupted pointer fix
2015-03-18 Dr. Stephen... Add support for ServerInfo SSL_CONF option.
2015-03-17 Matt CaswellDead code removal from apps
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-17 Matt CaswellFix seg fault in s_time
2015-03-17 Matt CaswellAdd sanity check to PRF
2015-03-17 Matt CaswellFix memset call in stack.c
2015-03-17 Matt CaswellMove malloc fail checks closer to malloc
2015-03-17 Matt CaswellAdd malloc failure checks
2015-03-15 Carl JacksonFix regression in ASN1_UTCTIME_cmp_time_t
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-03-14 Emilia KasperFix undefined behaviour in shifts.
2015-03-12 Dr. Stephen... additional configuration documentation
2015-03-12 Dr. Stephen... ASN.1 print fix.
2015-03-12 Matt CaswellSSL_check_chain fix
2015-03-12 Matt CaswellFix missing return checks in v3_cpols.c
2015-03-12 Matt CaswellFix dsa_pub_encode
2015-03-12 Matt CaswellFix dh_pub_encode
2015-03-12 Matt CaswellFix asn1_item_print_ctx
2015-03-12 Matt CaswellASN1_primitive_new NULL param handling
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-03-12 Matt CaswellFix error handling in bn_exp
2015-03-12 Andy Polyakovevp/e_aes.c: fix SPARC T4-specific problem:
2015-03-11 Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-11 Matt CaswellCleanse buffers
2015-03-10 Emilia KasperHarmonize return values in dtls1_buffer_record
2015-03-10 Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-10 Matt CaswellPrevent handshake with unseeded PRNG
2015-03-09 Dmitry-MeFix wrong numbers being passed as string lengths
next