openssl.git
2015-01-05 Piotr SikoraFix building with no-srtp
2015-01-05 Emilia KasperAdd a clang build target for linux-x86_64
2015-01-04 Andy PolyakovRemove inconsistency in ARM support.
2015-01-04 Andy Polyakovecp_nistz256-x86_64.pl: fix occasional failures.
2015-01-04 Rich SalzRT2914: NULL check missing in X509_name_canon
2015-01-02 Dr. Stephen... Remove SGC restart flag.
2015-01-02 Dr. Stephen... Remove MS SGC
2015-01-02 Dr. Stephen... Clear existing extension state.
2014-12-31 Dominik Neubauertypo in s_client
2014-12-31 Martin Nowakremove duplicate defines
2014-12-31 Cristian Rodríguezconstify tls 1.2 lookup tables.
2014-12-31 Kurt RoeckxAdd missing include of sys/time.h
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-30 Kurt RoeckxMake "run" volatile
2014-12-30 Thorsten GlaserDocument openssl dgst -hmac option
2014-12-30 Kurt Roeckxdlfcn: always define _GNU_SOURCE
2014-12-30 Kurt RoeckxFix memory leak in the apps
2014-12-28 Rich SalzRT3548: Remove unsupported platforms
2014-12-25 Rich SalzRT3548: unsupported platforms
2014-12-22 Rich SalzRT3548: Remove unsupported platforms.
2014-12-22 Alok MenghrajaniImproves certificates HOWTO
2014-12-22 Richard LevitteSmall typo
2014-12-22 Rich SalzRT3548: Remvoe unsupported platforms
2014-12-20 Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-20 Rich SalzRT3548: Remove outdated platforms
2014-12-19 Matt CaswellFix a problem if CFLAGS is too long cversion.c fails...
2014-12-18 Matt CaswellMade it an error to define OPENSSL_USE_DEPRECATED if...
2014-12-18 Matt CaswellUpdate CHANGES for deprecated updates
2014-12-18 Matt Caswellmake update following changes to default config settings
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-18 Matt CaswellRemove redundant OPENSSL_NO_DEPRECATED suppression
2014-12-18 Matt CaswellTurn on OPENSSL_NO_DEPRECATED by default.
2014-12-18 Rich SalzRT3548: Remove some obsolete platforms
2014-12-18 Kurt RoeckxReturn error when a bit string indicates an invalid...
2014-12-18 Rich SalzFix yet anoither 'make clean' breakage.
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2014-12-17 Rich SalzRT3544: Restore MWERKS for NetWare
2014-12-17 Dr. Stephen... Reject invalid constructed encodings.
2014-12-17 Emilia KasperAdd a comment noting the padding oracle.
2014-12-17 Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-12-17 Emilia KasperBuild fixes
2014-12-17 Adam LangleyPremaster secret handling fixes
2014-12-17 Richard LevitteClear warnings/errors within RL_DEBUG code sections...
2014-12-17 Richard LevitteClear warnings/errors within TLS_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-17 Richard LevitteClear warnings/errors within BN_CTX_DEBUG code sections
2014-12-17 Emilia KasperCheck for invalid divisors in BN_div.
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
next