aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-256-41/+41
* Constify ...FdaSilvaYY2016-07-255-9/+9
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-255-12/+12
* Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY2016-07-252-2/+2
* Constify input parameters of methods :FdaSilvaYY2016-07-256-14/+14
* Enforce and explicit some const castingFdaSilvaYY2016-07-254-5/+5
* Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY2016-07-253-7/+7
* Constify ASN1_buf_printFdaSilvaYY2016-07-252-2/+2
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-258-15/+15
* Constify SXNET_add_id_*FdaSilvaYY2016-07-252-9/+9
* Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY2016-07-255-8/+9
* Constify CMS_decrypt_set1_key input bufferFdaSilvaYY2016-07-252-2/+2
* Constify engine/eng_cnf.c internal method.FdaSilvaYY2016-07-252-12/+13
* Fix no-tls1_2Matt Caswell2016-07-253-4/+5
* Fix no-dtls*Matt Caswell2016-07-251-5/+4
* Fix no-ctMatt Caswell2016-07-252-3/+14
* Add EVP_ENCODE_CTX_copyJakub Zelenka2016-07-244-4/+18
* Add missing X509_set_proxy_flag numJakub Zelenka2016-07-241-0/+1
* Properly initialise the internal proxy certificate path length cacheRichard Levitte2016-07-231-0/+1
* Make it possible for external code to flag a certificate as a proxy one.Richard Levitte2016-07-233-3/+14
* Correct misspelt OPENSSL_NO_SRPRichard Levitte2016-07-231-1/+1
* Use newest CRL.Dr. Stephen Henson2016-07-221-6/+14
* Send alert for bad DH CKEDr. Stephen Henson2016-07-221-6/+1
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* SSL tests: compress generated output a littleEmilia Kasper2016-07-228-462/+160
* Make boolean SSL test conf values case-insensitiveEmilia Kasper2016-07-222-4/+4
* Clarify digest change in HMAC_Init_ex()Dr. Stephen Henson2016-07-221-7/+11
* Add mask for newly created symlink.Dr. Stephen Henson2016-07-221-0/+1
* Check suffixes properly.Dr. Stephen Henson2016-07-221-2/+4
* use correct name for duplicateDr. Stephen Henson2016-07-221-2/+2
* Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte2016-07-221-3/+8
* VMS: Rearrange installation targets for shared librariesRichard Levitte2016-07-221-18/+22
* Test client-side resumptionEmilia Kasper2016-07-219-13/+1352
* Add all publicly avaiable asn1 types to the asn1 fuzzer.Kurt Roeckx2016-07-201-1/+108
* Cast to an unsigned type before negatingKurt Roeckx2016-07-202-2/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-2065-108/+149
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-208-2/+50
* Install shared libraries in runtime installRichard Levitte2016-07-202-3/+19
* VMS: fix typo, shared libraries have the extension .EXE, not .OLBRichard Levitte2016-07-201-1/+1
* Never expose ssl->bbio in the public API.Matt Caswell2016-07-202-60/+58
* SSL test framework: port resumption testsEmilia Kasper2016-07-2020-85/+1330
* fix crypto-mdebug buildDr. Stephen Henson2016-07-201-2/+11
* Fix if/for/while( in docsFdaSilvaYY2016-07-209-33/+35
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-2022-197/+201
* Remove reduntant X509_STORE_CTX_set_verify_cb declarationHannes Magnusson2016-07-201-2/+0
* Simplify buffer limit checking, and reuse BIO_snprintf returned value.FdaSilvaYY2016-07-201-12/+14
* Code factorisation and simplificationFdaSilvaYY2016-07-203-70/+53
* Fix double calls to strlenFdaSilvaYY2016-07-203-15/+26
* Simplify code related to tmp_email_dn.FdaSilvaYY2016-07-201-6/+6
* Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY2016-07-203-12/+9