]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl.h
indent has problems with comments that are on the right hand side of a line.
[thirdparty/openssl.git] / ssl / ssl.h
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2015-01-14  Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-06  Dr. Stephen HensonOnly allow ephemeral RSA keys in export ciphersuites.
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-18  Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-16  Matt CaswellAdd more meaningful OPENSSL_NO_ECDH error message for...
2014-12-10  Jonas Maebetls1_process_heartbeat: check for NULL after allocating...
2014-12-05  Emilia KasperAdd extra checks for odd-length EC curve lists.
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-12-03  Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-11-25  Matt CaswellCorrected comments in ssl.h about SSLv23_method and...
2014-11-19  Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-11-19  Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-10-24  Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-10-21  Bodo MoellerFix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-09-24  Rich SalzRT3544: Remove MWERKS support
2014-08-28  Dr. Stephen HensonRename some callbacks, fix alignment.
2014-08-28  Dr. Stephen HensonUse consistent function naming.
2014-08-28  Dr. Stephen HensonNew function SSL_extension_supported().
2014-08-28  Dr. Stephen HensonNew extension callback features.
2014-08-28  Dr. Stephen HensonCallback revision.
2014-08-28  Dr. Stephen HensonAdd custom extension sanity checks.
2014-08-28  Dr. Stephen HensonCustom extension revision.
2014-08-22  Emilia KasperRT 3060: amend patch
2014-08-15  Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-15  Dr. Stephen HensonRevision of custom extension code.
2014-08-09  Viktor SzakatsRT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1
2014-08-06  Dr. Stephen HensonCheck SRP parameters early.
2014-07-24  Dr. Stephen HensonAdd conditional unit testing interface.
2014-07-05  Ben LaurieReduce casting nastiness.
2014-07-04  Dr. Stephen HensonRemove all RFC5878 code.
2014-06-29  Ben LaurieConstification - mostly originally from Chromium.
2014-06-09  Dr. Stephen HensonSRP ciphersuite correction.
2014-06-01  Dr. Stephen HensonOption to disable padding extension.
2014-05-23  Martin KaiserAdd an NSS output format to sess_id to export to export...
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-03-27  Dr. Stephen HensonUpdate chain building function.
2014-03-10  Dr. Stephen Hensontypo
2014-03-01  Dr. Stephen HensonAdd function to free compression methods.
2014-02-23  Dr. Stephen HensonNew chain building flags.
2014-02-21  Dr. Stephen HensonOption to set current cert to server certificate.
2014-02-20  Dr. Stephen HensonMove CT viewer extension code to crypto/x509v3
2014-02-19  Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19  Rob StradlingMove the SCT List extension parser into libssl.
2014-02-16  Dr. Stephen HensonRestore SSL_OP_MSIE_SSLV2_RSA_PADDING
2014-02-13  Dr. Stephen Hensonfix error discrepancy
2014-02-06  Dr. Stephen HensonReturn previous compression methods when setting them.
2014-02-05  Ben LaurieFix whitespace, new-style comments.
2014-02-05  Scott DeboyRe-add alert variables removed during rebase
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-02  Dr. Stephen HensonNew ctrl to set current certificate.
2014-01-27  Dr. Stephen HensonNew function to set compression methods so they can...
2014-01-16  Dr. Stephen HensonAdd new function SSL_CTX_get_ssl_method().
2014-01-09  Daniel Kahn GillmorAllow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH...
2014-01-09  Daniel Kahn GillmorAllow "ECDHE" as a synonym of "EECDH" when specifiying...
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-14  Piotr SikoraFix compilation with no-nextprotoneg.
2013-11-13  Rob StradlingAdditional "chain_cert" functions.
2013-11-06  Dr. Stephen HensonSync error codes with 1.0.2-stable
2013-10-21  Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-10-20  Dr. Stephen HensonExtend SSL_CONF
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-06  Ben LaurieMore cleanup.
2013-09-06  Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05  Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-07-22  Adam LangleySupport ALPN.
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-12  TrevorAdd support for arbitrary TLS extensions.
2013-04-09  Dr. Stephen HensonSuite B support for DTLS 1.2
2013-04-09  Dr. Stephen HensonDual DTLS version methods.
2013-03-26  Dr. Stephen HensonProvisional DTLS 1.2 support.
2012-12-26  Dr. Stephen Hensontypo
2012-12-01  Dr. Stephen Hensonreturn error if Suite B mode is selected and TLS 1...
2012-11-22  Dr. Stephen HensonAdd support for printing out and retrieving EC point...
2012-11-19  Dr. Stephen Hensonfix typo and warning
2012-11-16  Dr. Stephen Hensonadd SSL_CONF functions and documentation
2012-11-16  Dr. Stephen Hensonnew command line option -stdname to ciphers utility
2012-09-12  Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-09-08  Dr. Stephen Hensonnew ctrl to retrive value of received temporary key...
2012-09-07  Dr. Stephen Hensonstore and print out message digest peer signed with...
2012-08-31  Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-08-30  Dr. Stephen Hensongive more meaningful error if presented with wrong...
2012-08-29  Dr. Stephen HensonAdd compilation flag to disable certain protocol checks...
2012-08-15  Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-07-27  Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-07-24  Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-07-24  Dr. Stephen Hensoncheck EC tmp key matches preferences
2012-07-23  Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-07-08  Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
next