aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add DSA_bits() function.Dr. Stephen Henson2016-08-012-1/+6
* Forgotten make updateRichard Levitte2016-08-012-5/+23
* Const the ex data stuff too to fix warningsRichard J. Moore2016-08-011-2/+2
* Const EC_KEY_dupRichard J. Moore2016-08-011-2/+2
* Additional CMS content types from RFC 4073, RFC 5083, and RFC 5084.Wim Lewis2016-08-011-0/+3
* Fix bad result in i2b_PVK()Matt Caswell2016-08-011-4/+4
* Fix param order in RSA_get0_keyMatt Caswell2016-08-011-2/+2
* Fix various no-*s.Ben Laurie2016-08-011-1/+1
* crypto/ui/ui_openssl.c: UTF-y Windows code path.Andy Polyakov2016-08-011-21/+71
* evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov2016-07-311-9/+27
* evp/evp_enc.c: make assert error message more readableAndy Polyakov2016-07-312-9/+22
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-302-3/+3
* Make some more X509 functions const.Richard J. Moore2016-07-303-8/+8
* Fix CRL time comparison.Dr. Stephen Henson2016-07-291-1/+5
* Note cipher BIO write errors too.Dr. Stephen Henson2016-07-261-0/+1
* Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin2016-07-261-1/+1
* Set error if EVP_CipherUpdate fails.Dr. Stephen Henson2016-07-261-0/+1
* Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson2016-07-261-14/+6
* Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson2016-07-263-21/+25
* Remove current_method from X509_STORE_CTXDr. Stephen Henson2016-07-263-10/+2
* Discard BIO_set(BIO* bio) methodFdaSilvaYY2016-07-252-33/+16
* Make it possible for external code to set the certiciate proxy path lengthRichard Levitte2016-07-251-0/+14
* Add X509_STORE lock and unlock functionsRichard Levitte2016-07-251-0/+10
* Add setter and getter for X509_STORE's check_policyRichard Levitte2016-07-254-2/+19
* Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte2016-07-252-22/+167
* explicit initFdaSilvaYY2016-07-251-1/+1
* Typo and comment fixFdaSilvaYY2016-07-251-3/+4
* Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY2016-07-251-3/+3
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-253-14/+14
* Constify ...FdaSilvaYY2016-07-252-4/+4
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-252-4/+4
* Constify i2s_ASN1_INTEGER, X509V3_get_d2iFdaSilvaYY2016-07-251-1/+1
* Constify input parameters of methods :FdaSilvaYY2016-07-252-5/+5
* Enforce and explicit some const castingFdaSilvaYY2016-07-252-2/+2
* Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY2016-07-251-3/+3
* Constify ASN1_buf_printFdaSilvaYY2016-07-251-1/+1
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-255-7/+7
* Constify SXNET_add_id_*FdaSilvaYY2016-07-251-5/+5
* Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY2016-07-253-6/+7
* Constify CMS_decrypt_set1_key input bufferFdaSilvaYY2016-07-251-1/+1
* Constify engine/eng_cnf.c internal method.FdaSilvaYY2016-07-252-12/+13
* Add EVP_ENCODE_CTX_copyJakub Zelenka2016-07-241-0/+8
* 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-231-0/+5
* Use newest CRL.Dr. Stephen Henson2016-07-221-6/+14
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* Cast to an unsigned type before negatingKurt Roeckx2016-07-202-2/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-2032-69/+109
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-206-2/+48
* fix crypto-mdebug buildDr. Stephen Henson2016-07-201-2/+11