aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival1-1/+1
2016-08-05spelling fixes, just comments and readme.klemens31-37/+37
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival2-13/+4
2016-08-05Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson1-1/+3
2016-08-05Free buffer in a2i_ASN1_INTEGER() on error path.Dr. Stephen Henson1-0/+1
2016-08-04Remove get_hash completelyRich Salz1-24/+9
2016-08-04Remove "lockit" from internal error-hash functionRich Salz1-22/+7
2016-08-04Limit status message sisze in ts_get_status_checkDr. Stephen Henson1-1/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY13-34/+37
2016-08-04Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY2-4/+4
2016-08-04Constify input bufferFdaSilvaYY1-3/+4
2016-08-04Constify two internal methodsFdaSilvaYY1-2/+2
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY1-1/+1
2016-08-04VSI submission: make the VMS version of RAND_poll() faster and more secureRichard Levitte1-49/+73
2016-08-04VSI submisson: make better use of item lists in o_time.cRichard Levitte1-18/+55
2016-08-03Don't check any revocation info on proxy certificatesRichard Levitte1-0/+3
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson2-10/+17
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson1-12/+16
2016-08-02Fix some style issues...FdaSilvaYY8-20/+20
2016-08-01Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson1-2/+2
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson1-4/+4
2016-08-01Add DSA_bits() function.Dr. Stephen Henson2-1/+6
2016-08-01Forgotten make updateRichard Levitte2-5/+23
2016-08-01Const the ex data stuff too to fix warningsRichard J. Moore1-2/+2
2016-08-01Const EC_KEY_dupRichard J. Moore1-2/+2
2016-08-01Additional CMS content types from RFC 4073, RFC 5083, and RFC 5084.Wim Lewis1-0/+3
2016-08-01Fix bad result in i2b_PVK()Matt Caswell1-4/+4
2016-08-01Fix param order in RSA_get0_keyMatt Caswell1-2/+2
2016-08-01Fix various no-*s.Ben Laurie1-1/+1
2016-08-01crypto/ui/ui_openssl.c: UTF-y Windows code path.Andy Polyakov1-21/+71
2016-07-31evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov1-9/+27
2016-07-31evp/evp_enc.c: make assert error message more readableAndy Polyakov2-9/+22
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore2-3/+3
2016-07-30Make some more X509 functions const.Richard J. Moore3-8/+8
2016-07-29Fix CRL time comparison.Dr. Stephen Henson1-1/+5
2016-07-26Note cipher BIO write errors too.Dr. Stephen Henson1-0/+1
2016-07-26Use sk_CONF_VALUE_pop_free in do_ext_nconf error path.David Benjamin1-1/+1
2016-07-26Set error if EVP_CipherUpdate fails.Dr. Stephen Henson1-0/+1
2016-07-26Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson1-14/+6
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson3-21/+25
2016-07-26Remove current_method from X509_STORE_CTXDr. Stephen Henson3-10/+2
2016-07-25Discard BIO_set(BIO* bio) methodFdaSilvaYY2-33/+16
2016-07-25Make it possible for external code to set the certiciate proxy path lengthRichard Levitte1-0/+14
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte1-0/+10
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte4-2/+19
2016-07-25Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte2-22/+167
2016-07-25explicit initFdaSilvaYY1-1/+1
2016-07-25Typo and comment fixFdaSilvaYY1-3/+4
2016-07-25Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY1-3/+3
2016-07-25Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY3-14/+14