2017-01-10 |
Kurt Roeckx | Print the X509 version signed, and convert to unsigned... |
tree | commitdiff |
2016-12-14 |
Rich Salz | CRL critical extension bugfix |
tree | commitdiff |
2016-12-13 |
Rich Salz | Add X509_VERIFY_PARAM inheritance flag set/get |
tree | commitdiff |
2016-12-03 |
Viktor Dukhovni | Restore last-resort expired untrusted intermediate... |
tree | commitdiff |
2016-11-17 |
Kurt Roeckx | Add support for reference counting using C11 atomics |
tree | commitdiff |
2016-11-09 |
FdaSilvaYY | Simplify and clean X509_VERIFY_PARAM new/free code. |
tree | commitdiff |
2016-11-07 |
FdaSilvaYY | Allow null in X509_CRL_METHOD_free |
tree | commitdiff |
2016-10-11 |
Dr. Stephen Henson | Fix X509_NAME decode for malloc failures. |
tree | commitdiff |
2016-09-22 |
Rich Salz | Add -Wswitch-enum |
tree | commitdiff |
2016-09-21 |
Rich Salz | Revert "Constify code about X509_VERIFY_PARAM" |
tree | commitdiff |
2016-09-18 |
FdaSilvaYY | Constify code about X509_VERIFY_PARAM |
tree | commitdiff |
2016-08-24 |
Viktor Dukhovni | Un-delete still documented X509_STORE_CTX_set_verify |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify a bit X509_NAME_get_entry |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify some X509_NAME, ASN1 printing code |
tree | commitdiff |
2016-08-23 |
FdaSilvaYY | Constify some inputs buffers |
tree | commitdiff |
2016-08-22 |
Matt Caswell | Add some sanity checks when checking CRL scores |
tree | commitdiff |
2016-08-21 |
Dr. Stephen Henson | Add X509_getm_notBefore, X509_getm_notAfter |
tree | commitdiff |
2016-08-19 |
Dr. Stephen Henson | Constify certificate and CRL time routines. |
tree | commitdiff |
2016-08-19 |
Dr. Stephen Henson | Avoid duplicated code. |
tree | commitdiff |
2016-08-19 |
Dr. Stephen Henson | Add X509_get0_serialNumber() and constify OCSP_cert_to_id() |
tree | commitdiff |
2016-08-19 |
Dr. Stephen Henson | constify X509_REQ_get0_signature() |
tree | commitdiff |
2016-08-18 |
Matt Caswell | Convert X509_REVOKED* functions to use const getters |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Constify X509_certificate_type() |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Constify X509_get0_signature() |
tree | commitdiff |
2016-08-17 |
Dr. Stephen Henson | Convert X509* functions to use const getters |
tree | commitdiff |
2016-08-17 |
Matt Caswell | Convert X509_CRL* functions to use const getters |
tree | commitdiff |
2016-08-17 |
Matt Caswell | Make X509_NAME_get0_der() conform to OpenSSL style |
tree | commitdiff |
2016-08-16 |
Dr. Stephen Henson | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). |
tree | commitdiff |
2016-08-05 |
klemens | spelling fixes, just comments and readme. |
tree | commitdiff |
2016-08-04 |
FdaSilvaYY | Constify some ASN1_OBJECT *obj input parameters |
tree | commitdiff |
2016-08-04 |
FdaSilvaYY | Constify inputs of two X509_LOOKUP_METHOD methods |
tree | commitdiff |
2016-08-04 |
FdaSilvaYY | Constify input buffer |
tree | commitdiff |
2016-08-03 |
Richard Levitte | Don't check any revocation info on proxy certificates |
tree | commitdiff |
2016-08-01 |
Dr. Stephen Henson | Constify some X509_CRL, X509_REQ functions. |
tree | commitdiff |
2016-08-01 |
Dr. Stephen Henson | Constify some X509_CRL functions. |
tree | commitdiff |
2016-07-30 |
Richard J. Moore | Ignore the serial number for now and just do the rest. |
tree | commitdiff |
2016-07-30 |
Richard J. Moore | Make some more X509 functions const. |
tree | commitdiff |
2016-07-29 |
Dr. Stephen Henson | Fix CRL time comparison. |
tree | commitdiff |
2016-07-26 |
Dr. Stephen Henson | Deprecate X509_LU_FAIL, X509_LU_RETRY |
tree | commitdiff |
2016-07-26 |
Dr. Stephen Henson | Use X509_LOOKUP_TYPE for lookup type consistently. |
tree | commitdiff |
2016-07-26 |
Dr. Stephen Henson | Remove current_method from X509_STORE_CTX |
tree | commitdiff |
2016-07-25 |
Richard Levitte | Add X509_STORE lock and unlock functions |
tree | commitdiff |
2016-07-25 |
Richard Levitte | Add setter and getter for X509_STORE's check_policy |
tree | commitdiff |
2016-07-25 |
Richard Levitte | Add getters / setters for the X509_STORE_CTX and X509_S... |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify X509|X509_CRL|X509_REVOKED_get_ext |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*() |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify ... |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2... |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify input parameters of methods : |
tree | commitdiff |
2016-07-25 |
FdaSilvaYY | Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t... |
tree | commitdiff |
2016-07-23 |
Richard Levitte | Properly initialise the internal proxy certificate... |
tree | commitdiff |
2016-07-22 |
Dr. Stephen Henson | Use newest CRL. |
tree | commitdiff |
2016-07-20 |
Kurt Roeckx | Check for errors allocating the error strings. |
tree | commitdiff |
2016-07-20 |
FdaSilvaYY | Fix a few if(, for(, while( inside code. |
tree | commitdiff |
2016-07-20 |
FdaSilvaYY | Use more X509_REQ_get0_pubkey & X509_get0_pubkey |
tree | commitdiff |
2016-07-19 |
mrpre | Cleanup after sk_push fail |
tree | commitdiff |
2016-07-12 |
Viktor Dukhovni | Perform DANE-EE(3) name checks by default |
tree | commitdiff |
2016-07-11 |
Dr. Stephen Henson | Add nameConstraints commonName checking. |
tree | commitdiff |
2016-07-05 |
FdaSilvaYY | Add checks on sk_TYPE_push() returned value |
tree | commitdiff |
2016-06-29 |
Richard Levitte | Remove the envvar hack to enable proxy cert processing |
tree | commitdiff |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in crypto |
tree | commitdiff |
2016-06-29 |
FdaSilvaYY | Spelling |
tree | commitdiff |
2016-06-20 |
Richard Levitte | make update |
tree | commitdiff |
2016-06-20 |
Richard Levitte | Fix proxy certificate pathlength verification |
tree | commitdiff |
2016-06-20 |
Richard Levitte | Check that the subject name in a proxy cert complies... |
tree | commitdiff |
2016-06-20 |
Kurt Cancemi | Remove pointless free loop in X509_TRUST_cleanup() |
tree | commitdiff |
2016-06-18 |
FdaSilvaYY | Missing NULL check on OBJ_dup result in x509_name_canon |
tree | commitdiff |
2016-06-15 |
FdaSilvaYY | Constify X509_TRUST_add method. |
tree | commitdiff |
2016-06-11 |
Kurt Roeckx | Avoid creating an illegal pointer |
tree | commitdiff |
2016-06-10 |
Matt Caswell | Fix an error path leak in int X509_ATTRIBUTE_set1_data() |
tree | commitdiff |
2016-06-09 |
Rich Salz | Make a2i_ipadd an internal function |
tree | commitdiff |
2016-06-08 |
Kurt Cancemi | crypto/x509/x509_vpm.c: Simplify int_x509_param_set1() |
tree | commitdiff |
2016-06-05 |
FdaSilvaYY | Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509 |
tree | commitdiff |
2016-06-01 |
Matt Caswell | Don't leak memory on X509_TRUST_add() error path |
tree | commitdiff |
2016-05-23 |
Rich Salz | Remove unused error/function codes. |
tree | commitdiff |
2016-05-19 |
Viktor Dukhovni | When strict SCT fails record verification failure |
tree | commitdiff |
2016-05-18 |
Viktor Dukhovni | Ensure verify error is set when X509_verify_cert()... |
tree | commitdiff |
2016-05-17 |
Rich Salz | X509_STORE_CTX accessors. |
tree | commitdiff |
2016-05-17 |
Rich Salz | Copyright consolidation 09/10 |
tree | commitdiff |
2016-05-17 |
Matt Caswell | Remove repeated condition from if in X509_NAME_oneline |
tree | commitdiff |
2016-05-16 |
Viktor Dukhovni | Fold threads.h into crypto.h making API public |
tree | commitdiff |
2016-05-16 |
FdaSilvaYY | Unify <TYPE>_up_ref methods signature and behaviour. |
tree | commitdiff |
2016-05-16 |
FdaSilvaYY | Fix some missing OBJ_dup failure checks. |
tree | commitdiff |
2016-05-11 |
Viktor Dukhovni | Fix i2d_X509_AUX, update docs and add tests |
tree | commitdiff |
2016-05-09 |
FdaSilvaYY | fix tab-space mixed indentation |
tree | commitdiff |
2016-05-06 |
isnotnick | RT3513: req doesn't display attributes using utf8string |
tree | commitdiff |
2016-05-04 |
Dr. Stephen Henson | Fix name length limit check. |
tree | commitdiff |
2016-05-03 |
Viktor Dukhovni | Drop duplicate ctx->verify_cb assignment |
tree | commitdiff |
2016-05-03 |
Matt Caswell | Prevent EBCDIC overread for very long strings |
tree | commitdiff |
2016-05-02 |
Dr. Stephen Henson | Fix i2d_X509_AUX: pp can be NULL. |
tree | commitdiff |
2016-04-29 |
Matt Caswell | Fix some X509_STORE macros |
tree | commitdiff |
2016-04-29 |
Dr. Stephen Henson | Add checks to X509_NAME_oneline() |
tree | commitdiff |
2016-04-29 |
Dr. Stephen Henson | Sanity check buffer length. |
tree | commitdiff |
2016-04-29 |
Dr. Stephen Henson | Add size limit to X509_NAME structure. |
tree | commitdiff |
2016-04-29 |
Matt Caswell | The x509_name_canon function doesn't check for an error... |
tree | commitdiff |
2016-04-29 |
David Benjamin | Avoid overflow issues in X509_cmp. |
tree | commitdiff |
2016-04-29 |
Matt Caswell | Fix a build error with strict-warnings and CHARSET_EBCDIC |
tree | commitdiff |
2016-04-28 |
FdaSilvaYY | Add checks on CRYPTO_new_ex_data return value |
tree | commitdiff |
2016-04-28 |
Christian Heimes | Add getters for X509_STORE and X509_OBJECT members |
tree | commitdiff |
2016-04-28 |
Viktor Dukhovni | Implement X509_STORE_CTX_set_current_cert() accessor |
tree | commitdiff |
next |