summaryrefslogtreecommitdiff
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* PR: 2696steve2012-02-231-8/+55
* allow key agreement for SSL/TLS certificatessteve2012-01-261-4/+9
* Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577)steve2012-01-041-29/+45
* fix warningssteve2012-01-041-8/+8
* PR: 2482steve2011-10-091-3/+32
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* oops missed an assertsteve2011-01-031-1/+1
* PR: 2411steve2011-01-032-1/+7
* PR: 2410steve2011-01-031-14/+13
* PR: 2295steve2010-10-111-1/+0
* Fix warnings.ben2010-06-121-2/+1
* PR: 2251steve2010-05-221-1/+27
* option to replace extensions with new ones: mainly for creating cross-certifi...steve2010-03-032-4/+5
* PR: 2183steve2010-03-031-0/+15
* Include self-signed flag in certificates by checking SKID/AKID as wellsteve2010-02-252-4/+10
* add anyExtendedKeyUsage OIDsteve2010-02-242-0/+5
* PR: 2057steve2009-09-301-10/+10
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-231-1/+2
* Missing break.steve2009-08-311-0/+1
* Update from 1.0.0-stablesteve2009-07-272-22/+22
* Update from 1.0.0-stable.steve2009-05-301-0/+5
* v3_alt.c: otherName parsing fix.appro2009-04-271-0/+1
* Updates from 1.0.0-stable branch.steve2009-04-204-9/+9
* Updates from 1.0.0-stable.steve2009-04-151-0/+1
* Update from 1.0.0-stablesteve2009-04-081-0/+1
* Updates from 1.0.0-stablesteve2009-04-041-0/+1
* Merge from 1.0.0-stable branch.steve2009-04-031-1/+1
* Use OPENSSL_assert() instead of assert.steve2009-03-151-1/+1
* PR: 1864steve2009-03-141-1/+8
* Update from stable branch.steve2009-03-141-14/+17
* Print IPv6 all 0s correctly (Rob Austein).ben2009-03-081-0/+2
* PR: 1835steve2009-02-141-1/+1
* Constify where neededlevitte2008-12-162-4/+4
* Oops should check zero_pos >= 0.steve2008-12-081-1/+1
* Handle case where v6stat.zero_pos == 0 correctly.steve2008-12-071-8/+11
* Update from stable branch.steve2008-11-301-1/+2
* Update obsolete email address...steve2008-11-0537-37/+37
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrossteve2008-10-222-10/+8
* Set comparison function in v3_add_canonize().ben2008-10-141-0/+1
* Type-checked (and modern C compliant) OBJ_bsearch.ben2008-10-1213-113/+152
* Fix build warnings.geoff2008-09-151-2/+2
* Initial support for delta CRLs. If "use deltas" flag is set attempt to findsteve2008-09-013-11/+29
* Add support for CRLs partitioned by reason code.steve2008-08-293-0/+14
* Add support for freshest CRL extension.steve2008-08-272-1/+13
* Support for certificateIssuer CRL entry extension.steve2008-08-182-1/+8
* Support for policy mappings extension.steve2008-08-128-106/+263
* Initial support for name constraints certificate extension.steve2008-08-083-2/+290
* Add support for nameRelativeToCRLIssuer field in distribution point namesteve2008-08-043-5/+91
* Make explicit_policy handling match expected RFC3280 behaviour.steve2008-08-021-4/+4
* Policy validation fixes.steve2008-07-301-2/+3