Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check it actually compiles this time ;-) | Dr. Stephen Henson | 2009-12-02 | 1 | -2/+2 |
| | |||||
* | PR: 2120 | Dr. Stephen Henson | 2009-12-02 | 1 | -0/+4 |
| | | | | | | Submitted by: steve@openssl.org Initialize fields correctly if pem_str or info are NULL in EVP_PKEY_asn1_new(). | ||||
* | Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhat | Dr. Stephen Henson | 2009-11-25 | 3 | -49/+93 |
| | | | | and is a pre-requisite to adding password based CMS support. | ||||
* | PR: 2088 | Dr. Stephen Henson | 2009-11-12 | 1 | -3/+7 |
| | | | | | | | Submitted by: Aleksey Samsonov <s4ms0n0v@gmail.com> Approved by: steve@openssl.org Fix memory leak in d2i_PublicKey(). | ||||
* | PR: 2090 | Dr. Stephen Henson | 2009-11-10 | 1 | -1/+9 |
| | | | | | | | Submitted by: Martin Kaiser <lists@kaiser.cx>, Stephen Henson Approved by: steve@openssl.org Improve error checking in asn1_gen.c | ||||
* | Fix unitialized warnings | Dr. Stephen Henson | 2009-10-04 | 1 | -1/+1 |
| | |||||
* | PR: 2056 | Dr. Stephen Henson | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | Submitted by: Julia Lawall <julia@diku.dk> Approved by: steve@openssl.org Correct BIO_wirte error handling in asn1_par.c | ||||
* | Audit libcrypto for unchecked return values: fix all cases enountered | Dr. Stephen Henson | 2009-09-24 | 6 | -29/+55 |
| | |||||
* | PR: 1644 | Dr. Stephen Henson | 2009-09-06 | 2 | -2/+2 |
| | | | | | | | | | Submitted by: steve@openssl.org Fix to make DHparams_dup() et al work in C++. For 1.0 fix the final argument to ASN1_dup() so it is void *. Replace some *_dup macros with functions. | ||||
* | PR: 2013 | Dr. Stephen Henson | 2009-09-02 | 2 | -1/+9 |
| | | | | | | | | | | | | Submitted by: steve@openssl.org Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created. This makes it possible to tell if the underlying type is UTCTime, GeneralizedTime or Time when the structure is reused and X509_time_adj_ex() can handle each case in an appropriate manner. Add error checking to CRL generation in ca utility when nextUpdate is being set. | ||||
* | PR: 2004 | Dr. Stephen Henson | 2009-08-10 | 1 | -1/+1 |
| | | | | | | | Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr> Approved by: steve@openssl.org Handle fractional seconds properly in ASN1_GENERALIZEDTIME_print | ||||
* | Reject leading 0x80 in OID subidentifiers. | Dr. Stephen Henson | 2009-08-06 | 3 | -1/+14 |
| | |||||
* | Update from 1.0.0-stable. | Dr. Stephen Henson | 2009-07-27 | 3 | -28/+30 |
| | |||||
* | Update from 1.0.0-stable. | Dr. Stephen Henson | 2009-07-11 | 1 | -0/+1 |
| | |||||
* | Updates from 1.0.0-stable | Dr. Stephen Henson | 2009-04-06 | 5 | -3/+9 |
| | |||||
* | Merge from 1.0.0-stable branch. | Dr. Stephen Henson | 2009-04-03 | 2 | -4/+4 |
| | |||||
* | Update from stable branch. | Dr. Stephen Henson | 2009-03-25 | 1 | -2/+0 |
| | |||||
* | Update from stable branch. | Dr. Stephen Henson | 2009-03-25 | 2 | -0/+14 |
| | |||||
* | Update from stable branch. | Dr. Stephen Henson | 2009-03-25 | 1 | -0/+2 |
| | |||||
* | Update from stable branch. | Dr. Stephen Henson | 2009-03-14 | 1 | -9/+21 |
| | |||||
* | PR: 1854 | Dr. Stephen Henson | 2009-03-09 | 2 | -0/+23 |
| | | | | | | | Submitted by: Oliver Martin <oliver@volatilevoid.net> Reviewed by: steve@openssl.org Support GeneralizedTime in ca utility. | ||||
* | PR: 1835 | Dr. Stephen Henson | 2009-02-14 | 1 | -1/+1 |
| | | | | | | | Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos. | ||||
* | Submitted by: Peter Sylvester <Peter.Sylvester@edelweb.fr> | Dr. Stephen Henson | 2009-02-10 | 1 | -0/+6 |
| | | | | | | Reviewed by: steve If tagging is universal and SET or SEQUENCE set constructed bit. | ||||
* | Print out UTF8 and NumericString types in ASN1 parsing utility. | Dr. Stephen Henson | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | Update from stable branch. | Dr. Stephen Henson | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | Typo: just copy across an unknown type. | Dr. Stephen Henson | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | Calculate offset correctly. (Coverity ID 233) | Ben Laurie | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | !a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145). | Ben Laurie | 2008-12-26 | 1 | -1/+1 |
| | |||||
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 27 | -215/+194 |
| | | | | | | knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD. | ||||
* | Update obsolete email address... | Dr. Stephen Henson | 2008-11-05 | 31 | -31/+31 |
| | |||||
* | Don't use clobbered 'i' for checking UTCTime and GeneralizedTime length. | Dr. Stephen Henson | 2008-11-05 | 1 | -2/+2 |
| | |||||
* | More size_tification. | Ben Laurie | 2008-11-01 | 13 | -34/+35 |
| | |||||
* | size_tification. | Ben Laurie | 2008-11-01 | 20 | -160/+180 |
| | |||||
* | Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros | Dr. Stephen Henson | 2008-10-22 | 2 | -12/+8 |
| | | | | | | | | with the appropriate parameters which calls OBJ_bsearch(). A compiler will typically inline this. This avoids the need for cmp_xxx variables and fixes unchecked const issues with CHECKED_PTR_OF() | ||||
* | Fix a shed load or warnings: | Dr. Stephen Henson | 2008-10-20 | 1 | -5/+5 |
| | | | | | Duplicate const. Use of ; outside function. | ||||
* | Type-checked (and modern C compliant) OBJ_bsearch. | Ben Laurie | 2008-10-12 | 2 | -15/+24 |
| | |||||
* | Experimental new date handling routines. These fix issues with X509_time_adj() | Dr. Stephen Henson | 2008-10-08 | 4 | -2/+46 |
| | | | | and should avoid any OS date limitations such as the year 2038 bug. | ||||
* | Initial support for delta CRLs. If "use deltas" flag is set attempt to find | Dr. Stephen Henson | 2008-09-01 | 1 | -4/+40 |
| | | | | | a delta CRL in addition to a full CRL. Check and search delta in addition to the base. | ||||
* | Add support for CRLs partitioned by reason code. | Dr. Stephen Henson | 2008-08-29 | 1 | -0/+2 |
| | | | | | | Tidy CRL scoring system. Add new CRL path validation error. | ||||
* | Initial indirect CRL support. | Dr. Stephen Henson | 2008-08-20 | 2 | -13/+132 |
| | |||||
* | Initial support for name constraints certificate extension. | Dr. Stephen Henson | 2008-08-08 | 1 | -0/+2 |
| | | | | TODO: robustness checking on name forms. | ||||
* | Correctly handle errors in CMS I/O code. | Dr. Stephen Henson | 2008-08-05 | 1 | -0/+2 |
| | |||||
* | Add support for nameRelativeToCRLIssuer field in distribution point name | Dr. Stephen Henson | 2008-08-04 | 1 | -0/+2 |
| | | | | fields. | ||||
* | Make sure not to read beyond end of buffer | Bodo Möller | 2008-07-16 | 1 | -6/+7 |
| | |||||
* | Avoid warnings with -pedantic, specifically: | Dr. Stephen Henson | 2008-07-05 | 2 | -2/+2 |
| | | | | | | Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument. | ||||
* | Fix memory leak. The canonical X509_NAME_ENTRY STACK is reallocated rather | Dr. Stephen Henson | 2008-06-06 | 1 | -1/+6 |
| | | | | | than referencing existing X509_NAME_ENTRY structures so needs to be completely freed. | ||||
* | More type-checking. | Ben Laurie | 2008-06-04 | 7 | -80/+94 |
| | |||||
* | Fix it properly this time.... | Dr. Stephen Henson | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | Fix macro. | Dr. Stephen Henson | 2008-03-31 | 1 | -2/+2 |
| | |||||
* | Use correct headers for signed receipts. Use consistent naming. | Dr. Stephen Henson | 2008-03-31 | 2 | -6/+8 |
| | | | | Update cms-test.pl to support OpenSSL 0.9.8. |