openssl.git
2014-12-16 Matt CaswellThe dtls1_output_cert_chain function no longer exists...
2014-12-16 Adam LangleyDon't set client_version to the ServerHello version.
2014-12-16 Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-16 Matt CaswellRename gost2814789t.c to gost2814789test.c. The old...
2014-12-16 Matt CaswellAdd missing OPENSSL_NO_EC guards
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-16 Matt CaswellRemove extraneous white space, and add some braces
2014-12-15 Matt CaswellDTLS fixes for signed/unsigned issues
2014-12-15 Rich SalzRT3497: The ticket that keeps on giving.
2014-12-15 Kurt RoeckxAllow using -SSLv2 again when setting Protocol in the...
2014-12-15 Rich SalzRT3497: Fix; don't remove header files
2014-12-15 Emilia KasperFix unused variable warning
2014-12-13 Matt CaswellFixed memory leak if BUF_MEM_grow fails
2014-12-12 Rich SalzRT1688: Add dependencies for parallel make
2014-12-11 Matt Caswellmake update
2014-12-11 Rich SalzMinor doc fixes.
2014-12-11 Rich SalzRT3497: Clean up "dclean" targets
2014-12-10 Rich SalzRT3543: Remove #ifdef LINT
2014-12-10 Rich SalzRemove old private pod2man
2014-12-10 Kurt Roeckxcapi_ctrl, capi_vtrace: check for NULL after allocating...
2014-12-10 Jonas Maebetree_print: check for NULL after allocating err
2014-12-10 Jonas Maebetls1_heartbeat: check for NULL after allocating buf
2014-12-10 Jonas Maebetls1_process_heartbeat: check for NULL after allocating...
2014-12-10 Jonas MaebeSSL_set_session: check for NULL after allocating s...
2014-12-10 Jonas Maebeserverinfo_process_buffer: check result of realloc...
2014-12-10 Jonas Maebessl3_digest_cached_records: check for NULL after alloca...
2014-12-10 Jonas Maebessl3_get_certificate_request: check for NULL after...
2014-12-10 Jonas MaebeSSL_COMP_add_compression_method: exit if allocating...
2014-12-08 Matt CaswellMove bn internal functions into bn_int.h and bn_lcl.h
2014-12-08 Matt CaswellUpdate documentation following BN opaquify
2014-12-08 Matt CaswellMake bn opaque
2014-12-08 Matt CaswellUpdate apps for bn opaque change
2014-12-08 Matt CaswellDisable engines that will fail to build when bn is...
2014-12-08 Matt CaswellImplement internally opaque bn access from ts
2014-12-08 Matt CaswellImplement internally opaque bn access from srp
2014-12-08 Matt CaswellImplement internally opaque bn access from rsa
2014-12-08 Matt CaswellImplement internally opaque bn access from evp
2014-12-08 Matt CaswellImplement internally opaque bn access from ec
2014-12-08 Matt CaswellImplement internally opaque bn access from dsa
2014-12-08 Matt CaswellImplement internally opaque bn access from dh
2014-12-08 Matt CaswellImplement internally opaque bn access from asn1
2014-12-08 Matt CaswellPrepare exptest for bn opaquify
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...
2014-12-08 Matt CaswellRemove internal bn dependancies from speed.c
2014-12-08 Geoff ThorpeInclude <openssl/foo.h> instead of "foo.h"
2014-12-08 Matt CaswellFixed memory leak in the event of a failure of BUF_MEM_grow
2014-12-08 Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-08 Dr. Stephen... Remove fips directories from mkfiles.pl
2014-12-08 Dr. Stephen... Remove references to deleted fips directory from Makefi...
2014-12-08 Dr. Stephen... remove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen... remove FIPS_*_SIZE_T
2014-12-08 Dr. Stephen... remove FIPS module code from crypto/evp
2014-12-08 Dr. Stephen... remove FIPS module code from crypto/bn
2014-12-08 Dr. Stephen... remove FIPS module code from crypto/ecdh
2014-12-08 Dr. Stephen... remove FIPS module code from crypto/ecdsa
2014-12-08 Dr. Stephen... Remove FIPS module code from crypto/dh
2014-12-08 Dr. Stephen... remove FIPS module code from crypto/dsa
2014-12-08 Dr. Stephen... remove FIPS module code from crypto/rsa
2014-12-08 Dr. Stephen... Remove FIPS error library from openssl.ec mkerr.pl
2014-12-08 Dr. Stephen... make depend
2014-12-08 Dr. Stephen... Remove fips.h reference.
2014-12-08 Dr. Stephen... Remove fips_constseg references.
2014-12-08 Dr. Stephen... remove another FIPSCANISTER reference
2014-12-08 Dr. Stephen... remove unnecessary OPENSSL_FIPS reference
2014-12-08 Dr. Stephen... Remove OPENSSL_FIPSCANISTER code.
2014-12-08 Dr. Stephen... Remove FIPSCANISTERINTERNAL reference.
2014-12-08 Dr. Stephen... Remove fips utility build rules from test/Makefile
2014-12-08 Dr. Stephen... Remove fipscanister build functionality from makefiles.
2014-12-08 Dr. Stephen... Remove fipscanister from Configure, delete fips directory
2014-12-08 Dr. Stephen... Remove some unnecessary OPENSSL_FIPS references
2014-12-08 Matt CaswellAdd CHANGES entry for OCB
2014-12-08 Matt CaswellAdded OPENSSL_NO_OCB guards
2014-12-08 Matt CaswellAdd documentation for OCB mode
2014-12-08 Matt CaswellAdd tests for OCB mode
2014-12-08 Matt CaswellAdd EVP support for OCB mode
2014-12-08 Matt CaswellAdd support for OCB mode as per RFC7253
2014-12-05 Emilia KasperClarify the return values for SSL_get_shared_curve.
2014-12-05 Emilia KasperAdd extra checks for odd-length EC curve lists.
2014-12-05 Emilia KasperReject elliptic curve lists of odd lengths.
2014-12-05 Emilia KasperFix broken build
2014-12-04 Kurt RoeckxReplace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY...
2014-12-04 Kurt Roeckxcapi_get_provname: Check return values
2014-12-04 Jonas Maebessl_create_cipher_list: check whether push onto ciphers...
2014-12-04 Jonas Maebessl_cert_dup: Fix memory leak
2014-12-04 Kurt Roeckxdtls1_new: free s on error path
2014-12-04 Jonas Maebedtls1_heartbeat: check for NULL after allocating s...
2014-12-04 Jonas Maebedtls1_process_heartbeat: check for NULL after allocatin...
2014-12-04 Jonas Maebecapi_get_key: check for NULL after allocating key
2014-12-04 Jonas Maebecapi_cert_get_fname: check for NULL after allocating...
2014-12-04 Jonas Maebecapi_get_provname: free name on error if it was malloc'ed
2014-12-04 Jonas Maebepkey_gost_mac_keygen: check for NULL after allocating...
2014-12-04 Jonas Maebepkey_gost_ctrl: check for NULL after allocating pctx...
2014-12-04 Kurt RoeckxUpdate changes to indicate that SSLv2 support has been...
2014-12-04 Matt CaswellRemove incorrect code inadvertently introduced through...
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-12-03 Rich SalzNew location on website for binaries.
2014-12-03 Matt CaswellRemove "#if 0" code
2014-12-03 Matt CaswellOnly use the fallback mtu after 2 unsuccessful retransm...
2014-12-03 Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-12-03 Matt CaswellIf we really get a situation where the underlying mtu...
next