]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Configure: pull 'which' back.
[thirdparty/openssl.git] / ssl /
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-23  Dr. Stephen Hensonremove encrypt then mac ifdefs
2016-05-23  FdaSilvaYYFix some malloc failure crashes on X509_STORE_CTX_set_e...
2016-05-20  Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-20  Matt CaswellEnsure async IO works with new state machine
2016-05-20  David BenjaminTighten up logic around ChangeCipherSpec.
2016-05-20  Matt CaswellSimplify SSL BIO buffering logic
2016-05-19  Viktor DukhovniWhen strict SCT fails record verification failure
2016-05-18  Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-17  Matt CaswellAdd a comment to explain the use of |num_recs|
2016-05-17  Matt CaswellUse the current record offset in ssl3_get_record
2016-05-17  Matt CaswellThere is only one read buffer
2016-05-17  Matt CaswellFix some out of date comments
2016-05-16  Kurt Roeckxsession tickets: use more sizeof
2016-05-16  TJ SaundersUse AES256 for the default encryption algoritm for...
2016-05-16  TJ Saunderssession tickets: Use sizeof() for the various fields
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-16  Alessandro GhediniAdd SSL_client_version() getter function
2016-05-16  jfigusPropagate tlsext_status_type from SSL_CTX to SSL
2016-05-16  Kazuki YamaguchiFix NPN protocol name list validation
2016-05-16  FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-14  Alessandro GhediniIncrement size limit for ClientHello messages
2016-05-13  David BenjaminThe NewSessionTicket message is not optional.
2016-05-12  Dmitry BelyavskyDon't use GOST ciphersuites with DTLS.
2016-05-12  Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-11  Matt CaswellMake null_compression const
2016-05-11  David BenjaminFix V2ClientHello handling.
2016-05-10  Andy PolyakovIRIX fixes.
2016-05-09  David BenjaminDon't send signature algorithms when client_version...
2016-05-09  Matt CaswellFree any existing SRTP connection profile
2016-05-09  FdaSilvaYYfix tab-space mixed indentation
2016-05-05  Rich SalzMove 3DES from HIGH to MEDIUM
2016-05-05  Sergio Garcia MurilloGH356: Change assert to normal error
2016-05-05  Matt CaswellHandle no async jobs in libssl
2016-05-05  Matt CaswellImprove heartbeats coding style
2016-05-02  TJ SaundersRemove confusing comment.
2016-05-02  TJ SaundersIssue #719:
2016-05-02  Andy Polyakovssl/record/rec_layer_s3.c: fix typo from previous commit.
2016-05-02  Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-29  Matt CaswellFix building with -DCHARSET_EBCDIC
2016-04-29  Matt CaswellClient side CKE processing can double free on error
2016-04-28  FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-28  FdaSilvaYYFix an error code spelling.
2016-04-28  FdaSilvaYYvarious spelling fixes
2016-04-28  Matt CaswellDon't leak memory on error path in dane_ctx_enable()
2016-04-27  Ben LaurieFix no-gost no-srp no-ec no-dh.
2016-04-27  Ben LaurieFix enable-ssl-trace no-nextprotoneg.
2016-04-27  Matt Caswellsplit_send_fragment should always be less than or equal...
2016-04-27  Matt CaswellFix BIO_CTRL_DUP for an SSL BIO
2016-04-26  Matt CaswellEnsure we check i2d_X509 return val
2016-04-22  Viktor Dukhovnimake update
2016-04-22  Viktor DukhovniEnabled DANE only when at least one TLSA RR was added
2016-04-22  Matt CaswellDon't set peer_tmp until we have finished constructing it
2016-04-21  Matt CaswellFix no-ocsp on Windows (and probably VMS)
2016-04-20  Richard LevitteRemove --classic build entirely
2016-04-18  Rich SalzRename some lowercase API's
2016-04-15  Rich SalzMake many X509_xxx types opaque.
2016-04-14  Lyon ChenAdd SSL_SESSION_get0_hostname()
2016-04-13  Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13  Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13  Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-04-13  Matt CaswellDeprecate ERR_free_strings() and make it a no-op
2016-04-11  Kazuki YamaguchiAdd SSL_CTX_get_ciphers()
2016-04-11  Matt CaswellRemove an unused function
2016-04-11  Matt CaswellFix the no-nextprotoneg option
2016-04-09  Matt CaswellMake DH opaque
2016-04-08  Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-07  Andy PolyakovClean-up *_DEBUG options.
2016-04-07  Viktor Dukhovnimake update
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-04-07  Viktor DukhovniFix client verify mode to check SSL_VERIFY_PEER
2016-04-07  David BenjaminFix memory leak on invalid CertificateRequest.
2016-04-06  Matt CaswellFix no-ocsp
2016-04-05  Emilia KasperNew SSL test framework
2016-04-04  Rich SalzRevert "various spelling fixes"
2016-04-04  Rich SalzRevert "Fix an error code spelling."
2016-04-04  FdaSilvaYYFix an error code spelling.
2016-04-04  FdaSilvaYYvarious spelling fixes
2016-04-03  Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-03-31  Rich SalzUse return "" not set a var and return.
2016-03-31  PauliRT4458: Fix #ifndef line for GOST
2016-03-29  Matt CaswellMake BIO opaque
2016-03-27  David BenjaminResolve DTLS cookie and version before session resumption.
2016-03-27  Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-22  Kurt RoeckxCheck algo_strength using SSL_STRONG_MASK
2016-03-22  Ben LaurieMove declaration of i into blocks where it is used.
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21  Matt CaswellFix no-sock
2016-03-21  Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-21  Todd ShortFix ALPN - more fixes
2016-03-20  Rich SalzRemove #error from include files.
2016-03-18  Matt CaswellEnsure that memory allocated for the ticket is freed
2016-03-17  Rich SalzRemove Netware and OS/2
2016-03-17  Viktor DukhovniReport TLS 1.0 as backwards-compatible TLSv1
2016-03-17  Rich SalzSort cipher-list at runtime.
2016-03-12  Emilia KasperFix no-comp build
2016-03-10  Rob Percivalcheck reviewer --reviewer=emilia
next