Remove code that prints "<SPACES/NULS>" in hexdumps
[openssl.git] / crypto / x509 /
2017-12-08 Rich SalzStandardize syntax around sizeof(foo)
2017-08-07 Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-08-04 Bernd EdlingerAdd a missing CRYPTO_w_unlock in get_cert_by_subject
2017-06-10 Rich SalzRemove needless type casting.
2017-03-13 Bernd EdlingerFix a memory leak in X509_STORE_add_cert/crl error...
2017-02-06 Bernd EdlingerCombined patch for the more or less obvious issues
2016-09-26 Matt CaswellAdd some sanity checks when checking CRL scores
2016-09-11 Dr. Stephen HensonFix memory leak on error.
2016-08-26 FdaSilvaYYFix a few leaks in X509_REQ_to_X509.
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-08-03 Richard LevitteDon't check any revocation info on proxy certificates
2016-07-29 Dr. Stephen HensonFix CRL time comparison.
2016-07-22 Dr. Stephen HensonUse newest CRL.
2016-06-29 Richard LevitteFix proxy certificate pathlength verification
2016-06-29 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-10 Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-05-19 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17 Matt CaswellRemove repeated condition from if in X509_NAME_oneline
2016-05-03 Matt CaswellPrevent EBCDIC overread for very long strings
2016-04-29 Dr. Stephen HensonAdd checks to X509_NAME_oneline()
2016-04-29 Dr. Stephen HensonSanity check buffer length.
2016-02-05 Viktor DukhovniFix missing ok=0 with locally blacklisted CAs
2016-01-17 Viktor DukhovniEmpty SNI names are not valid
2016-01-02 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2015-10-23 Alessandro GhediniRemove useless code
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-02 Viktor DukhovniBetter handling of verify param id peername field
2015-08-28 Alessandro GhediniGH354: Memory leak fixes
2015-08-14 Rich SalzFix 1.0.2 build break
2015-08-13 Ismo PuustinenGH364: Free memory on an error path
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Matt CaswellAdd test for CVE-2015-1793
2015-07-07 Matt CaswellFix alternate chains certificate forgery issue
2015-06-11 Emilia KasperFix length checks in X509_cmp_time to avoid out-of...
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-13 Rich SalzAdd NULL checks from master
2015-05-04 Rich SalzFix cut/paste error
2015-05-02 Rich SalzRT3776: Wrong size for malloc
2015-04-29 Matt CaswellRevert "Fix verify algorithm."
2015-04-20 Dr. Stephen HensonFix verify algorithm.
2015-04-20 Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-04-20 Matt CaswellIn certain situations the server provided certificate...
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-03-02 Dr. Stephen HensonCheck public key is not NULL.
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellMore indent fixes for STACK_OF
2015-01-22 Matt CaswellFix indent issue with functions using STACK_OF
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-05 Dr. Stephen HensonConstify ASN1_TYPE_cmp add X509_ALGOR_cmp.
2015-01-05 Dr. Stephen HensonFix various certificate fingerprint issues.
2014-09-23 Emilia KasperAdd i2d_re_X509_tbs
2014-09-23 Emilia KasperRevert "Add accessor for x509.cert_info."
2014-09-23 Emilia KasperRevert "Add more accessors."
2014-09-09 Geoff KeatingRT1909: Omit version for v1 certificates
2014-09-08 Paul SuhlerRT2841: Extra return in check_issued
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-07 Viktor DukhovniSet optional peername when X509_check_host() succeeds.
2014-07-07 Viktor DukhovniNew peername element in X509_VERIFY_PARAM_ID
2014-07-07 Viktor DukhovniOne more typo when changing !result to result <= 0
2014-07-07 Viktor DukhovniFix typo in last commit
2014-07-07 Viktor DukhovniMultiple verifier reference identities.
2014-06-25 Viktor DukhovniX509_check_mumble() failure is <= 0, not just 0
2014-06-25 Viktor DukhovniDrop hostlen from X509_VERIFY_PARAM_ID.
2014-05-21 Viktor DukhovniFixes to host checking.
2014-03-03 Dr. Stephen HensonFor self signed root only indicate one error.
2014-02-24 Andy Polyakovx509/by_dir.c: fix run-away pointer (and potential...
2014-02-14 Dr. Stephen HensonInclude TA in checks/callback with partial chains.
2014-02-14 Dr. Stephen HensonAdd cert_self_signed function to simplify verify
2014-02-14 Dr. Stephen HensonSimplify X509_STORE_CTX_get1_chain (from master).
2014-02-01 Ben LaurieRemove redundant accessor (you can do the same thing...
2014-02-01 Ben LaurieAdd more accessors.
2014-02-01 Ben LaurieAdd accessor for x509.cert_info.
2014-01-27 Dr. Stephen HensonCompare encodings in X509_cmp as well as hash.
2014-01-23 Dr. Stephen Hensonmake update
2014-01-09 Dr. Stephen HensonFix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.
2013-12-13 Dr. Stephen Hensonverify parameter enumeration functions
2013-12-13 Dr. Stephen HensonAdd opaque ID structure.
2013-12-13 Dr. Stephen HensonFix for partial chain notification.
2013-12-01 Dr. Stephen Hensonmake update
2013-09-08 Dr. Stephen HensonPartial path fix.
2013-08-19 Dr. Stephen HensonMake no-ec compilation work.
2013-08-06 Dr. Stephen HensonFix verify loop with CRL checking.
2013-06-05 Dr. Stephen HensonReencode with X509_CRL_ctx_sign too.
2013-05-02 Dr. Stephen HensonReencode certificates in X509_sign_ctx.
2013-01-17 Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2013-01-17 Dr. Stephen HensonNew functions to set lookup_crls callback and to retrie...
2013-01-16 Dr. Stephen Hensonprint out issuer and subject unique identifier fields...
2013-01-15 Dr. Stephen Hensonadd wrapper function for certificate download
2013-01-15 Dr. Stephen HensonGeneralise OCSP I/O functions to support dowloading...
2013-01-06 Ben LaurieFix warning.
2012-12-26 Dr. Stephen HensonAdd missing prototype to x509.h
2012-12-26 Dr. Stephen HensonNew function X509_chain_up_ref to dup and up the refere...
2012-12-26 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2012-12-26 Dr. Stephen HensonNew functions to retrieve certificate signatures and...
next