]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-08-22  Matt CaswellChoose a ciphersuite for testing that won't be affected...
2016-08-22  Kazuki YamaguchiFix overflow check in BN_bn2dec()
2016-08-22  Richard Levittessltestlib: Tell compiler we don't care about the value...
2016-08-22  Andy Polyakovcrypto/pkcs12: facilitate accessing data with non-inter...
2016-08-22  Andy Polyakovcrypto/pkcs12: default to UTF-8.
2016-08-22  Andy PolyakovAdd PKCS#12 UTF-8 interoperability test.
2016-08-22  Andy Polyakovcrypto/pkcs12: add UTF8 support.
2016-08-22  Matt CaswellPrevent DTLS Finished message injection
2016-08-22  Matt CaswellFix DTLS buffered message DoS attack
2016-08-22  Matt CaswellFix enable-zlib
2016-08-22  Richard LevitteVMS: Use strict refdef extern model when building libra...
2016-08-21  Andy PolyakovAdd test/bio_enc_test.c.
2016-08-21  Andy Polyakovevp/bio_enc.c: refine non-overlapping logic.
2016-08-21  Andy Polyakovecp_nistz256.c: get is_one on 32-bit platforms right.
2016-08-21  Rich SalzMove BIO index lock creation
2016-08-21  Dr. Stephen... update ordinals
2016-08-21  Dr. Stephen... Add X509_getm_notBefore, X509_getm_notAfter
2016-08-20  FdaSilvaYYDuplicate includes
2016-08-20  Kurt RoeckxFix off by 1 in ASN1_STRING_set()
2016-08-20  Rich SalzAdd BIO_get_new_index()
2016-08-19  Dr. Stephen... fix warning about trailing comma
2016-08-19  Dr. Stephen... make update
2016-08-19  Dr. Stephen... rename ordinals
2016-08-19  Dr. Stephen... Constify certificate and CRL time routines.
2016-08-19  Viktor DukhovniAdd -dane_ee_no_namechecks s_client(1) option
2016-08-19  Dr. Stephen... Set certificate times in one function.
2016-08-19  Dr. Stephen... Avoid duplicated code.
2016-08-19  Rich SalzRT3940: For now, just document the issue.
2016-08-19  Richard LevitteMEMPACKET is typedef'd in ssltestlib.h, don't do so...
2016-08-19  FdaSilvaYYAllow to run all speed test when async_jobs active
2016-08-19  Dr. Stephen... make update
2016-08-19  Matt CaswellConvert PKCS12* functions to use const getters
2016-08-19  Matt CaswellUpdate function error code
2016-08-19  Matt CaswellFix some clang warnings
2016-08-19  Matt CaswellFix DTLS replay protection
2016-08-19  Matt CaswellAdd DTLS replay protection test
2016-08-19  Matt CaswellFix DTLS unprocessed records bug
2016-08-19  Matt CaswellAdd a DTLS unprocesed records test
2016-08-19  Matt CaswellSplit create_ssl_connection()
2016-08-19  Matt CaswellAdd a DTLS packet mem BIO
2016-08-19  Matt CaswellAdd a (D)TLS dumper BIO
2016-08-19  Emilia KasperAdd more details on how to add a new SSL test
2016-08-19  Dr. Stephen... make update
2016-08-19  Dr. Stephen... Add X509_get0_serialNumber() and constify OCSP_cert_to_id()
2016-08-19  Dr. Stephen... constify X509_REQ_get0_signature()
2016-08-19  Dr. Stephen... constify i2o_ECPublicKey
2016-08-19  Benjamin KadukSort %disabled in Configure
2016-08-18  Viktor DukhovniFix missing dane_tlsa_rrdata option error message
2016-08-18  Dr. Stephen... Constify i2a*
2016-08-18  Richard LevitteSimplify indentation of DECLARE_ and IMPLEMENT_ lines
2016-08-18  Emilia KasperIndent ssl/
2016-08-18  Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-18  Emilia KasperTest that the peers send at most one fatal alert
2016-08-18  Emilia KasperPort multi-buffer tests
2016-08-17  Rich SalzFix some doc nits.
2016-08-17  Richard LevitteDon't try to init dasync internally
2016-08-17  Dr. Stephen... make update
2016-08-17  Dr. Stephen... Constify X509_SIG.
2016-08-17  FdaSilvaYYSmall nits and cleanups
2016-08-17  FdaSilvaYYConstify char* input parameters in apps code
2016-08-17  FdaSilvaYYSimplify and add help about OPT_PVK* options
2016-08-17  FdaSilvaYYImprove error message
2016-08-17  FdaSilvaYYRelocalise some globals variables
2016-08-17  Dr. Stephen... Constify ssl_cert_type()
2016-08-17  Dr. Stephen... Constify X509_certificate_type()
2016-08-17  Dr. Stephen... Constify X509_get0_signature()
2016-08-17  Dr. Stephen... Convert X509* functions to use const getters
2016-08-17  Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17  Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-17  Dr. Stephen... Corrupt signature in place.
2016-08-17  Matt CaswellConvert OCSP* functions to use const getters
2016-08-17  Dr. Stephen... Constify private key decode.
2016-08-17  Dr. Stephen... constify X509_ALGOR_get0()
2016-08-17  Dr. Stephen... Constify ASN1_item_unpack().
2016-08-17  Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-17  Richard Levittedasync is an internal testing engine, so don't install it
2016-08-17  Richard LevitteVMS: no ENDIF on one line IF statements, in config.com
2016-08-16  Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16  Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16  Matt CaswellConvert TS_STATUS_INFO* functions to use const getters
2016-08-16  FdaSilvaYYtwo typo fixes
2016-08-16  Gergely NagyFix compilation when using MASM on x86
2016-08-16  Matt CaswellProvide compat macros for SSL_CTX_set_ecdh_auto() and...
2016-08-16  Matt CaswellEnsure we unpad in constant time for read pipelining
2016-08-16  Dr. Stephen... Corrupt signature earlier.
2016-08-16  Dr. Stephen... make update
2016-08-16  Dr. Stephen... Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-16  Richard LevitteRemove duplicate ordinals
2016-08-16  Andy PolyakovARMv8 assembly pack: add Samsung Mongoose results.
2016-08-16  Andy PolyakovConfigure: recognize -static as link option and disable...
2016-08-16  Andy Polyakovtest/ssl_test.tmpl: make it work with elderly perl.
2016-08-16  David WoodhouseFix satsub64be() to unconditionally use 64-bit integers
2016-08-16  Emilia KasperSSL tests: send some application data
2016-08-16  Richard LevitteAdd a "config" for verbosity and use it with Travis
2016-08-16  Richard LevitteMake "make" less verbose in Travis, except for the...
2016-08-15  Dr. Stephen... Limit reads in do_b2i_bio()
2016-08-15  Dr. Stephen... Check for errors in a2d_ASN1_OBJECT()
2016-08-15  Dr. Stephen... Check for errors in BN_bn2dec()
2016-08-15  Tomas MrazAvoid truncating the pointer on x32 platform.
2016-08-15  Tomas MrazAdd a comment for the added cast with explanation.
next