Add X509_up_ref function.
[openssl.git] / ssl / ssl_lib.c
2015-08-31 Dr. Stephen HensonAdd X509_up_ref function.
2015-08-11 Rich SalzRemove Gost94 signature algorithm.
2015-07-30 Dr. Stephen HensonEnable PSK if corresponding mask set.
2015-07-18 Dr. Stephen HensonUse uint32_t consistently for flags.
2015-06-22 Dr. Stephen HensonMove peer chain to SSL_SESSION structure.
2015-06-15 Rich SalzRefactor into clear_ciphers; RT3588
2015-05-28 Matt CaswellChange return type of the new accessors
2015-05-28 Matt CaswellChange the new functions to use size_t
2015-05-28 Nick MathewsonAdd new functions to extract {client,server}_random...
2015-05-28 Nick MathewsonAdd SSL_get_client_ciphers() to return ciphers from...
2015-05-22 Matt CaswellFix typo setting up certificate masks
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-19 Dr. Stephen Hensonmove masks out of CERT structure
2015-05-18 Dr. Stephen HensonMove certificate validity flags out of CERT.
2015-05-18 Dr. Stephen HensonMove signing digest out of CERT.
2015-05-18 Dr. Stephen HensonCERT tidy
2015-05-16 Matt CaswellUpdates following review comments
2015-05-16 Matt CaswellServer side version negotiation rewrite
2015-05-13 Matt CaswellRemove Kerberos support from libssl
2015-05-12 Rich SalzMake COMP_CTX and COMP_METHOD opaque
2015-05-11 Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich SalzRemove goto inside an if(0) block
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-11 Rich Salzfree NULL cleanup 9
2015-04-11 Rich Salzfree NULL cleanup 10
2015-03-26 Matt CaswellMove s->rstate to s->rlayer.rstate
2015-03-26 Matt CaswellRemove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init
2015-03-26 Matt CaswellIntroduce the functions RECORD_LAYER_release, RECORD_LA...
2015-03-26 Matt CaswellCreate RECORD_LAYER_clear function.
2015-03-26 Matt CaswellMove s->s3->wrec to s>rlayer>wrec
2015-03-26 Matt CaswellMove s->s3->rrec to s->rlayer->rrec
2015-03-26 Matt CaswellMove s->s3->wbuf to s->rlayer->wbuf
2015-03-26 Matt CaswellEncapsulate access to s->s3->wbuf
2015-03-26 Matt CaswellMove s->s3->rrec into s->rlayer
2015-03-26 Matt CaswellEncapsulate SSL3_BUFFER and all access to s->s3->rbuf.
2015-03-26 Matt CaswellCreate a RECORD_LAYER structure and move read_ahead...
2015-03-25 Matt CaswellResolve swallowed returns codes
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-23 Kurt RoeckxMake sure that cert is never NULL
2015-03-23 Matt CaswellFix missing return value checks
2015-03-20 David WoodhouseAdd DTLS to SSL_get_version
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-07 Matt CaswellApache Traffic Server has a need to set the rbio withou...
2015-02-06 Rich Salzdead code cleanup: #if 0 in ssl
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-02-05 Rich SalzLive code cleanup; #if 1 removal
2015-02-03 Dr. Stephen HensonAdd SSL_get_extms_support documentation.
2015-02-03 Dr. Stephen HensonCtrl to retrieve extms support.
2015-02-03 Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-01-28 Rich SalzRemove support for opaque-prf
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Emilia KasperOnly inherit the session ID context in SSL_set_SSL_CTX...
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-05 Adam LangleyEnsure that the session ID context of an SSL* is updated
2015-01-05 Piotr SikoraFix building with no-srtp
2014-12-17 Richard LevitteClear warnings/errors within CIPHER_DEBUG code sections
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-08 Matt CaswellFix memory leak in SSL_new if errors occur.
2014-12-08 Dr. Stephen HensonRemove some unnecessary OPENSSL_FIPS references
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-10-24 Dr. Stephen HensonCopy negotiated parameters in SSL_set_SSL_CTX.
2014-10-21 Bodo MoellerWhen processing ClientHello.cipher_suites, don't ignore...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-28 Dr. Stephen HensonCustom extension revision.
2014-08-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-15 Dr. Stephen HensonRevision of custom extension code.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-05-12 Kurt RoeckxCheck sk_SSL_CIPHER_num() after assigning sk.
2014-05-11 Günther NoackAvoid out-of-bounds write in SSL_get_shared_ciphers
2014-03-28 Dr. Stephen HensonSecurity framework.
2014-03-28 Dr. Stephen HensonAllow return of supported ciphers.
2014-03-28 Dr. Stephen HensonAuto DH support.
2014-02-21 Dr. Stephen HensonOption to set current cert to server certificate.
2014-01-16 Dr. Stephen HensonAdd new function SSL_CTX_get_ssl_method().
2014-01-09 Daniel Kahn Gillmoruse SSL_kDHE throughout instead of SSL_kEDH
2014-01-09 Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2013-12-13 Dr. Stephen HensonVerify parameter retrieval functions.
2013-11-18 Dr. Stephen HensonNew functions to retrieve certificate from SSL_CTX
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-09-06 Ben LaurieMore cleanup.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2013-07-22 Adam LangleySupport ALPN.
2013-06-28 TrevorCosmetic touchups.
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-03-19 Dr. Stephen HensonDisable compression for DTLS.
next