summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-08-04Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY
2016-08-04Constify input bufferFdaSilvaYY
2016-08-03Don't check any revocation info on proxy certificatesRichard Levitte
2016-08-01Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore
2016-07-30Make some more X509 functions const.Richard J. Moore
2016-07-29Fix CRL time comparison.Dr. Stephen Henson
2016-07-26Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson
2016-07-26Remove current_method from X509_STORE_CTXDr. Stephen Henson
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte
2016-07-25Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte
2016-07-25Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY
2016-07-25Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY
2016-07-25Constify ...FdaSilvaYY
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY
2016-07-25Constify input parameters of methods :FdaSilvaYY
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte
2016-07-22Use newest CRL.Dr. Stephen Henson
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-19Cleanup after sk_push failmrpre
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-30Remove the envvar hack to enable proxy cert processingRichard Levitte
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-20make updateRichard Levitte
2016-06-20Fix proxy certificate pathlength verificationRichard Levitte
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte
2016-06-20Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-11Avoid creating an illegal pointerKurt Roeckx
2016-06-10Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-08crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY
2016-06-01Don't leak memory on X509_TRUST_add() error pathMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-19When strict SCT fails record verification failureViktor Dukhovni
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni