openssl.git
2016-07-25 Matt CaswellFix no-dtls*
2016-07-25 Matt CaswellFix no-ct
2016-07-24 Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-24 Jakub ZelenkaAdd missing X509_set_proxy_flag num
2016-07-23 Richard LevitteProperly initialise the internal proxy certificate...
2016-07-23 Richard LevitteMake it possible for external code to flag a certificat...
2016-07-23 Richard LevitteCorrect misspelt OPENSSL_NO_SRP
2016-07-22 Dr. Stephen... Use newest CRL.
2016-07-22 Dr. Stephen... Send alert for bad DH CKE
2016-07-22 Dr. Stephen... Fix OOB read in TS_OBJ_print_bio().
2016-07-22 Emilia KasperSSL tests: compress generated output a little
2016-07-22 Emilia KasperMake boolean SSL test conf values case-insensitive
2016-07-22 Dr. Stephen... Clarify digest change in HMAC_Init_ex()
2016-07-22 Dr. Stephen... Add mask for newly created symlink.
2016-07-22 Dr. Stephen... Check suffixes properly.
2016-07-22 Dr. Stephen... use correct name for duplicate
2016-07-22 Richard LevitteHave load_buildtin_compression in ssl/ssl_ciph.c return...
2016-07-22 Richard LevitteVMS: Rearrange installation targets for shared libraries
2016-07-21 Emilia KasperTest client-side resumption
2016-07-20 Kurt RoeckxAdd all publicly avaiable asn1 types to the asn1 fuzzer.
2016-07-20 Kurt RoeckxCast to an unsigned type before negating
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 Dr. Stephen... Don't allocate r/s in DSA_SIG and ECDSA_SIG
2016-07-20 Richard LevitteInstall shared libraries in runtime install
2016-07-20 Richard LevitteVMS: fix typo, shared libraries have the extension...
2016-07-20 Matt CaswellNever expose ssl->bbio in the public API.
2016-07-20 Emilia KasperSSL test framework: port resumption tests
2016-07-20 Dr. Stephen... fix crypto-mdebug build
2016-07-20 FdaSilvaYYFix if/for/while( in docs
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-20 Hannes MagnussonRemove reduntant X509_STORE_CTX_set_verify_cb declaration
2016-07-20 FdaSilvaYYSimplify buffer limit checking, and reuse BIO_snprintf...
2016-07-20 FdaSilvaYYCode factorisation and simplification
2016-07-20 FdaSilvaYYFix double calls to strlen
2016-07-20 FdaSilvaYYSimplify code related to tmp_email_dn.
2016-07-20 FdaSilvaYYUse more X509_REQ_get0_pubkey & X509_get0_pubkey
2016-07-20 Todd ShortOCSP_request_add0_id() inconsistent error return
2016-07-19 Dr. Stephen... Sanity check in ssl_get_algorithm2().
2016-07-19 Dr. Stephen... Send alert on CKE error.
2016-07-19 Coty SutherlandResolve over command syntax error which causes 'make...
2016-07-19 Richard LevitteDocument the slight change in CRYPTO_mem_ctrl()
2016-07-19 Richard LevitteDocument the slight change in ERR_get_next_error_library()
2016-07-19 Richard Levittemake update
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-19 Richard LevitteDefine a few internal macros for easy use of run_once...
2016-07-19 Rich SalzRT4593: Add space after comma (doc nits)
2016-07-19 Richard LevitteFix forgotten goto
2016-07-19 Matt CaswellFix building with no-cms
2016-07-19 Richard LevitteConvert the last uses of sockaddr in apps/* to use...
2016-07-19 Emilia KasperFix two bugs in clienthello processing
2016-07-19 Emilia KasperSSL test framework: port NPN and ALPN tests
2016-07-19 mrpreCleanup after sk_push fail
2016-07-19 Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19 Matt CaswellTidy up tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out ECDHE from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out DHE from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out SRP from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out the PSK preamble from tls_process_key_exchange()
2016-07-19 Matt CaswellMove the PSK preamble for tls_process_key_exchange()
2016-07-19 Matt CaswellNarrow scope of locals vars in tls_process_key_exchange()
2016-07-19 Matt CaswellAdd more session tests
2016-07-19 Matt CaswellRemove sessions from external cache, even if internal...
2016-07-19 Richard LevitteHave the Travis builds do a "make update"
2016-07-19 Richard Levittemake update
2016-07-19 Richard LevitteFixup a few SSLerr calls in ssl/statem/
2016-07-19 Richard LevitteFixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F...
2016-07-19 Dr. Stephen... Check and print out boolean type properly.
2016-07-18 Matt CaswellRefactor Identity Hint handling
2016-07-18 Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18 Matt CaswellSome tidy ups after the CKE construction refactor
2016-07-18 Matt CaswellSplit out SRP CKE construction into a separate function
2016-07-18 Matt CaswellSplit out GOST CKE construction into a separate function
2016-07-18 Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18 Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18 Matt CaswellSplit out CKE construction PSK pre-amble and RSA into...
2016-07-18 Matt CaswellNarrow the scope of local variables in tls_construct_cl...
2016-07-18 Matt CaswellFix bug with s2n et al macros
2016-07-18 Matt CaswellErrors fix up following break up of CKE processing
2016-07-18 Matt CaswellRemove the f_err lable from tls_process_client_key_exch...
2016-07-18 Matt CaswellSplit out GOST from process CKE code
2016-07-18 Matt CaswellSplit out ECDHE from process CKE code
2016-07-18 Matt CaswellSplit out DHE from process CKE code
2016-07-18 Matt CaswellSplit out PSK preamble and RSA from process CKE code
2016-07-18 Matt CaswellReduce the scope of some variables in tls_process_clien...
2016-07-18 Richard LevitteDon't make a difference between building test programs...
2016-07-18 Richard LevitteUse _NO_INST in some build.info files
2016-07-18 Richard LevitteAdapt the build files to the new "install" hash table
2016-07-18 Richard LevitteDocument the _NO_INST variants
2016-07-18 Richard Levittebuild.info: implement PROGRAM_NO_INST, and dito for...
2016-07-18 Dr. Stephen... Fix print of ASN.1 BIGNUM type.
2016-07-18 Matt CaswellFix formatting in statem_srvr.c based on review feedback
2016-07-18 Matt CaswellEnsure Travis tests SSLv3
2016-07-18 Matt CaswellTry and make the transition tests for CKE message clearer
2016-07-18 Matt CaswellSimplify key_exchange_expected() logic
2016-07-18 Matt CaswellFix client auth test_ssl_new failures when enabling...
2016-07-18 Matt CaswellMake sure we call ssl3_digest_cached_records() when...
2016-07-18 Matt CaswellFix SSLv3 alert if no Client Ceritifcate sent after...
2016-07-18 Matt CaswellFix SSLv3 ClientAuth alert checking
2016-07-18 Matt CaswellFix Client Auth tests
2016-07-18 Matt CaswellPrepare the client certificate earlier
next