openssl.git
2015-04-10 Dr. Stephen... Don't set *pval to NULL in ASN1_item_ex_new.
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 Emilia KasperHarden SSLv2-supporting servers against Bleichenbacher...
2015-04-07 John FoleyFix intermittent s_server issues with ECDHE
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-25 Emilia KasperFix uninitialized variable warning
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-24 Kurt RoeckxDon't send a for ServerKeyExchange for kDHr and kDHd
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-19 Matt CaswellPrepare for 1.0.1n-dev
2015-03-19 Matt CaswellPrepare for 1.0.1m release OpenSSL_1_0_1m
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 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-18 Dr. Stephen... Free up ADB and CHOICE if already initialised.
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-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 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-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-09 Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-09 Dr. Stephen... update ordinals
2015-03-08 Dr. Stephen... fix warning
2015-03-08 Dr. Stephen... Cleanse PKCS#8 private key components.
2015-03-08 Dr. Stephen... Additional CMS documentation.
2015-03-07 Kurt RoeckxRemove export ciphers from the DEFAULT cipher list
2015-03-06 Matt CaswellUpdate mkerr.pl for new format
2015-03-05 Kurt CancemiUse constants not numbers
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-03-02 Dr. Stephen... Check public key is not NULL.
2015-03-02 Dr. Stephen... Fix format script.
2015-02-27 Matt CaswellFix d2i_SSL_SESSION for DTLS1_BAD_VER
2015-02-27 Matt CaswellFixed missing return value checks.
2015-02-27 Matt CaswellFix missing return value checks.
2015-02-27 Matt CaswellFix warning with no-ec
2015-02-27 Matt CaswellFix no-ec warning
2015-02-26 Matt CaswellFix evp_extra_test.c with no-ec
2015-02-25 Matt CaswellFix some minor documentation issues
2015-02-25 Matt CaswellRemove pointless free, and use preferred way of calling...
2015-02-25 Matt CaswellAdd dire warnings about the "reuse" capability of the...
2015-02-25 Matt CaswellProvide documentation for i2d_ECPrivateKey and d2i_ECPr...
2015-02-25 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-25 Matt CaswellImport evp_test.c from BoringSSL. Unfortunately we...
2015-02-24 Dr. Stephen... Document -no_explicit
2015-02-22 Edgar PekFix null-pointer dereference
2015-02-22 Kurt RoeckxFix memory leak
2015-02-22 Doug HoganAvoid a double-free in an error path.
2015-02-22 Richard LevitteRestore -DTERMIO/-DTERMIOS on Windows platforms.
2015-02-22 Richard LevitteAssume TERMIOS is default, remove TERMIO on all Linux.
2015-02-12 Rich SalzRT3684: rand_egd needs stddef.h
2015-02-12 Graeme PerrowRT3670: Check return from BUF_MEM_grow_clean
2015-02-12 Eric DequinMissing OPENSSL_free on error path.
2015-02-09 Andy PolyakovBring objects.pl output even closer to new format.
2015-02-09 Dr. Stephen... Fix memory leak reporting.
2015-02-09 Andy PolyakovHarmonize objects.pl output with new format.
2015-02-06 Matt CaswellFix error handling in ssltest
2015-02-05 Rich SalzFixed bad formatting in crypto/des/spr.h
2015-02-04 Dr. Stephen... Make objxref.pl output in correct format
2015-02-03 Dr. Stephen... Check PKCS#8 pkey field is valid before cleansing.
2015-01-30 Richard Levittedso_vms needs to add the .EXE extension if there is...
2015-01-27 Viktor DkhovniReplace exit() with error return.
2015-01-27 Rich SalzRevert "Remove engine_rsax and its asm file."
2015-01-27 Matt CaswellProvide documentation for all SSL(_CTX)?_(get|set)...
2015-01-27 Matt CaswellRemove explicit setting of read_ahead for DTLS. It...
2015-01-27 Matt CaswellMake DTLS always act as if read_ahead is set. The actua...
2015-01-26 Rich SalzRemove engine_rsax and its asm file.
2015-01-26 Rich SalzMake OPENSSL_config truly ignore errors.
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-22 Matt CaswellFix for reformat problems with e_padlock.c
next