summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-07-25Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY
2016-07-25Constify input parameters of methods :FdaSilvaYY
2016-07-25Enforce and explicit some const castingFdaSilvaYY
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY
2016-07-25Constify ASN1_buf_printFdaSilvaYY
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-25Constify SXNET_add_id_*FdaSilvaYY
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY
2016-07-25Fix no-tls1_2Matt Caswell
2016-07-25Fix no-dtls*Matt Caswell
2016-07-25Fix no-ctMatt Caswell
2016-07-24Add EVP_ENCODE_CTX_copyJakub Zelenka
2016-07-24Add missing X509_set_proxy_flag numJakub Zelenka
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte
2016-07-23Make it possible for external code to flag a certificate as a proxy one.Richard Levitte
2016-07-23Correct misspelt OPENSSL_NO_SRPRichard Levitte
2016-07-22Use newest CRL.Dr. Stephen Henson
2016-07-22Send alert for bad DH CKEDr. Stephen Henson
2016-07-22Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson
2016-07-22SSL tests: compress generated output a littleEmilia Kasper
2016-07-22Make boolean SSL test conf values case-insensitiveEmilia Kasper
2016-07-22Clarify digest change in HMAC_Init_ex()Dr. Stephen Henson
2016-07-22Add mask for newly created symlink.Dr. Stephen Henson
2016-07-22Check suffixes properly.Dr. Stephen Henson
2016-07-22use correct name for duplicateDr. Stephen Henson
2016-07-22Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte
2016-07-22VMS: Rearrange installation targets for shared librariesRichard Levitte
2016-07-21Test client-side resumptionEmilia Kasper
2016-07-20Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx
2016-07-20Cast to an unsigned type before negatingKurt Roeckx
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-07-20Install shared libraries in runtime installRichard Levitte
2016-07-20VMS: fix typo, shared libraries have the extension .EXE, not .OLBRichard Levitte
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell
2016-07-20SSL test framework: port resumption testsEmilia Kasper
2016-07-20fix crypto-mdebug buildDr. Stephen Henson
2016-07-20Fix if/for/while( in docsFdaSilvaYY
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Remove reduntant X509_STORE_CTX_set_verify_cb declarationHannes Magnusson
2016-07-20Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY
2016-07-20Code factorisation and simplificationFdaSilvaYY
2016-07-20Fix double calls to strlenFdaSilvaYY
2016-07-20Simplify code related to tmp_email_dn.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-20OCSP_request_add0_id() inconsistent error returnTodd Short
2016-07-20Sanity check in ssl_get_algorithm2().Dr. Stephen Henson
2016-07-20Send alert on CKE error.Dr. Stephen Henson