]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Update .gitignore to ignore all cscope files
[thirdparty/openssl.git] / ssl /
2016-03-09  Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09  Kurt RoeckxMove disabling of RC4 for DTLS to the cipher list.
2016-03-09  Kurt RoeckxRemove DES cipher alias
2016-03-09  Kurt RoeckxIDEA is not supported in TLS 1.2
2016-03-09  Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09  Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-03-09  Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09  Kurt RoeckxRemove unused code
2016-03-09  Kurt RoeckxMake function to convert version to string
2016-03-09  Kurt RoeckxConstify security callbacks
2016-03-09  Rob PercivalDo not display a CT log error message if CT validation...
2016-03-09  Todd ShortFix locking in ssl_cert_dup()
2016-03-09  Richard LevitteCounter mixed signedness with a cast
2016-03-09  Todd ShortFix SSL_CIPHER_get_auth_nid return
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08  Todd ShortGH787: Fix ALPN
2016-03-08  Todd ShortAdd cipher query functions
2016-03-08  Benjamin KadukGH815: The ChaCha20/Poly1305 codepoints are official
2016-03-08  Todd ShortGH787: Fix ALPN
2016-03-08  Matt CaswellFix building without multiblock support
2016-03-07  Matt CaswellRename the numpipes argument to ssl3_enc/tls1_enc
2016-03-07  Matt CaswellRename a function
2016-03-07  Matt CaswellRemove the wrec record layer field
2016-03-07  Matt CaswellUpdate a comment
2016-03-07  Matt CaswellFix erroneous fall thgrough in switch statement
2016-03-07  Matt CaswellAdd an SSL_has_pending() function
2016-03-07  Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07  Matt CaswellLazily initialise the compression buffer
2016-03-07  Matt CaswellImplement read pipeline support in libssl
2016-03-07  Matt CaswellImplement write pipeline support in libssl
2016-03-07  Rob PercivalUse s->session->peer instead of calling SSL_get_peer_ce...
2016-03-07  Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-07  Rob PercivalCT code now calls X509_free() after calling SSL_get_pee...
2016-03-07  Matt CaswellSwap the init code to use CRYPTO_ONCE
2016-03-07  Emilia KasperRework the default cipherlist.
2016-03-04  Kurt RoeckxDon't mark the eNULL ciphers as non-default.
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-03-04  Rich SalzChanges to DEFAULT curves
2016-03-04  Matt CaswellDon't build RC4 ciphersuites into libssl by default
2016-03-03  Dr. Stephen Hensonfix no-ec build
2016-03-03  Emilia KasperRefactor ClientHello extension parsing
2016-03-02  Christian HeimesProvide getters for default_passwd_cb and userdata
2016-02-29  Matt CaswellRefactor the async wait fd logic
2016-02-28  Dr. Stephen HensonTLS support for X25519
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-25  J Mohan Rao ArisankalaGH742: keep gost specific variable under macro
2016-02-25  Rich SalzGH235: Set error status on malloc failure
2016-02-24  Dr. Stephen HensonRemove unused parameter in ssl_set_masks().
2016-02-23  J Mohan Rao ArisankalaGH735: remove unnecessary allocation
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-02-20  Richard LevitteAlways build library object files with shared library...
2016-02-19  Emilia KasperTLS: reject duplicate extensions
2016-02-18  Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18  Rich SalzFix {TLS,CIPHER}_DEBUG compiles.
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2016-02-18  Matt CaswellFix memory leaks in tls_decrypt_ticket
2016-02-18  Zhao JunwangGH706: Use NULL for pointer compare.
2016-02-18  Rich SalzRemove "experimental" in code and comments, too.
2016-02-17  David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-17  Dr. Stephen Hensonremove redundant code
2016-02-17  Richard LevitteImplement the use of heap manipulator implementions
2016-02-16  Dr. Stephen HensonSimplify tls1_set_ec_id.
2016-02-16  Dr. Stephen HensonUse nid_list table to lookup curve IDs.
2016-02-16  Dr. Stephen HensonAdd explanation and warning to TLS id table.
2016-02-15  Rich SalzFix build-break
2016-02-14  Ben LaurieDon't test heartbeats when there aren't any.
2016-02-13  Rainer JungRT4304: Look for plaintext HTTP
2016-02-13  Viktor SzakatsGH675: make ssl3_ciphers static
2016-02-13  Dr. Stephen HensonFree and zero DH/ECDH temporary key after use.
2016-02-12  Viktor DukhovniMove brace outside #ifdef
2016-02-12  Matt CaswellFix the enable-ssl-trace config option
2016-02-11  Dr. Stephen HensonRemove static ECDH support.
2016-02-11  Dr. Stephen HensonDon't check self signed certificate signature security.
2016-02-11  Viktor DukhovniFix MacOS/X build warnings
2016-02-11  Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11  Toshikuni FukayaRT3495: Add a hash for faster dup detection.
2016-02-11  Viktor DukhovniSimplify ssl_cert_type() by taking advantage of X509_ge...
2016-02-11  Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10  Rich SalzAfter renaming init, update errors.
2016-02-10  Todd ShortAdd CHACHA20 alias for ciphers.
2016-02-10  Matt CaswellAttempt to log an error if init failed
2016-02-10  Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10  Richard Levitteclean away old VMS cruft
2016-02-10  Rich SalzCan't re-init after stop.
2016-02-09  Matt CaswellUpdates for auto init/deinit review comments
2016-02-09  Matt CaswellUpdate build.info files for auto-init/de-init
2016-02-09  Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09  Matt CaswellAuto init/de-init libssl
2016-02-09  Matt CaswellProvide framework for auto initialise/deinitialise...
2016-02-08  Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08  Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-08  Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-06  Dr. Stephen HensonAdd SSL_get0_verified_chain() to return verified chain...
2016-02-05  Matt CaswellAdd tests for DTLSv1_listen
2016-02-05  Matt CaswellProvide partial support for fragmented DTLS ClientHellos
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
next