Don't use getcwd in non-copy builds.
[openssl.git] / ssl /
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-13 Dr. Stephen Hensonfix error discrepancy
2014-02-06 Dr. Stephen HensonReturn previous compression methods when setting them.
2014-02-05 Dr. Stephen HensonOops, get selection logic right.
2014-02-05 Ben LaurieFix warnings.
2014-02-05 Scott DeboyDon't break out of the custom extension callback loop...
2014-02-05 Ben LaurieFix whitespace, new-style comments.
2014-02-05 Scott DeboyRe-add alert variables removed during rebase
2014-02-05 Scott DeboyUpdating DTCP authorization type to expected value
2014-02-05 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-05 Dr. Stephen HensonReturn per-certificate chain if extra chain is NULL.
2014-02-05 Andy Polyakovssl/s3_pkt.c: move multi-block processing to ssl3_write...
2014-02-05 Andy Polyakovs3_pkt.c: move ssl3_release_write_buffer to ssl3_write_...
2014-02-02 Dr. Stephen HensonNew ctrl to set current certificate.
2014-01-28 Dr. Stephen HensonCheck i before r[i].
2014-01-27 Dr. Stephen HensonNew function to set compression methods so they can...
2014-01-26 Dr. Stephen HensonSupport retries in certificate callback
2014-01-16 Dr. Stephen HensonAdd new function SSL_CTX_get_ssl_method().
2014-01-16 Kaspar BrandOmit initial status request callback check.
2014-01-09 Daniel Kahn Gillmorupdate remaining documentation to move from EDH to DHE
2014-01-09 Daniel Kahn GillmorReplace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES...
2014-01-09 Daniel Kahn Gillmorchange SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward...
2014-01-09 Daniel Kahn Gillmoruse SSL_kDHE throughout instead of SSL_kEDH
2014-01-09 Daniel Kahn Gillmoremit "DHE" instead of "edh" for kX packet trace output
2014-01-09 Daniel Kahn GillmorAllow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH...
2014-01-09 Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2014-01-09 Daniel Kahn Gillmoremit "ECDHE" instead of "EECDH" for kX packet trace...
2014-01-09 Daniel Kahn GillmorAllow "ECDHE" as a synonym of "EECDH" when specifiying...
2014-01-07 Dr. Stephen HensonAdd fix for CVE-2013-4353
2014-01-03 Dr. Stephen HensonAdd ServerInfoFile to SSL_CONF, update docs.
2014-01-03 Dr. Stephen HensonUse algorithm specific chains for certificates.
2014-01-03 Andy Polyakovssl/t1_enc.c: optimize PRF (suggested by Intel).
2014-01-02 Dr. Stephen HensonDon't change version number if session established
2013-12-29 Dr. Stephen HensonUpdate curve list size.
2013-12-20 Dr. Stephen HensonFix DTLS retransmission from previous session.
2013-12-18 Dr. Stephen HensonCheck EVP errors for handshake digests.
2013-12-13 Dr. Stephen HensonUpdate to pad extension.
2013-12-13 Dr. Stephen HensonVerify parameter retrieval functions.
2013-11-18 Dr. Stephen HensonNew functions to retrieve certificate from SSL_CTX
2013-11-18 Dr. Stephen HensonDon't define SSL_select_next_proto if OPENSSL_NO_TLSEXT set
2013-11-17 Dr. Stephen HensonUse correct header length in ssl3_send_certifcate_request
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-11-13 Dr. Stephen HensonAllow match selecting of current certificate.
2013-11-13 Rob StradlingAdditional "chain_cert" functions.
2013-11-13 Krzysztof KwiatkowskiDelete duplicate entry.
2013-11-06 Dr. Stephen HensonExperimental workaround TLS filler (WTF) extension.
2013-11-06 Dr. Stephen HensonEnable PSK in FIPS mode.
2013-11-06 Dr. Stephen HensonSync error codes with 1.0.2-stable
2013-11-02 Dr. Stephen HensonAdd brainpool curves to trace output.
2013-11-01 Robin SeggelmannDTLS/SCTP Finished Auth Bug
2013-11-01 Piotr SikoraFix SSL_OP_SINGLE_ECDH_USE
2013-11-01 Dr. Stephen HensonAdd -ecdh_single option.
2013-11-01 Dr. Stephen HensonFix warning.
2013-10-22 Dr. Stephen HensonAdd SSL_CONF command to set DH Parameters.
2013-10-22 Dr. Stephen HensonFix argument processing.
2013-10-21 Dr. Stephen HensonConstification.
2013-10-21 Ben LaurieRemove unused variable.
2013-10-21 Nick MathewsonFix another gmt_unix_time case in server_random
2013-10-21 Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-10-20 Dr. Stephen HensonExtend SSL_CONF
2013-10-20 Dr. Stephen HensonTypo.
2013-10-20 Dr. Stephen HensonPrevent use of RSA+MD5 in TLS 1.2 by default.
2013-10-15 Dr. Stephen HensonAdd brainpool curves to NID table too.
2013-10-15 Dr. Stephen HensonRFC7027 (Brainpool for TLS) support.
2013-10-08 Andy Polyakovssl/s3_pkt.c: add initial multi-block encrypt.
2013-09-25 Ben LaurieShow useful errors.
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-18 Dr. Stephen HensonFix error code clashes.
2013-09-17 Dr. Stephen HensonDTLS version usage fixes.
2013-09-16 Trevor PerrinRedo deletion of some serverinfo code that supplemental...
2013-09-14 Trevor PerrinRequire ServerInfo PEMs to be named "BEGIN SERVERINFO...
2013-09-14 Trevor PerrinRedo deletion of some serverinfo code that supplemental...
2013-09-13 Rob StradlingTidy up comments.
2013-09-13 Rob StradlingUse TLS version supplied by client when fingerprinting...
2013-09-13 Rob StradlingFix compilation with no-ec and/or no-tlsext.
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-07 Dr. Stephen HensonSet TLS v1.2 disabled mask properly.
2013-09-06 Ben LaurieMore cleanup.
2013-09-06 Ben LaurieMake it build.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-09-05 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2013-08-17 Dr. Stephen HensonReturn 1 when setting ECDH auto mode.
2013-08-13 Michael TuexenDTLS message_sequence number wrong in rehandshake Serve...
2013-08-08 Michael TuexenDTLS handshake fix.
2013-07-31 Trevor PerrinVarious custom extension fixes.
2013-07-22 Adam LangleyAdd tests for ALPN functionality.
2013-07-22 Adam LangleySupport ALPN.
2013-06-28 TrevorCosmetic touchups.
2013-06-28 Dr. Stephen HensonFix duplicate error code.
2013-06-18 TrevorCleanup of custom extension stuff.
2013-06-13 Adam LangleyLimit the number of empty records that will be processe...
2013-06-13 Adam LangleyThis change alters the processing of invalid, RSA pre...
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-05-13 Andy PolyakovAdd AES-SHA256 stitch.
2013-04-14 Dr. Stephen HensonTypo.
2013-04-09 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-04-09 Dr. Stephen HensonAlways return errors in ssl3_get_client_hello
2013-04-09 Dr. Stephen HensonDual DTLS version methods.
next