| Commit message (Expand) | Author | Age | Files | Lines |
* | Put the opening curly brace in the right place. | jsing | 2017-08-28 | 1 | -2/+3 |
* | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | beck | 2017-08-27 | 1 | -3/+1 |
* | Add ability to clamp a notafter to values representable in a 32 bit time_t | beck | 2017-08-13 | 2 | -2/+20 |
* | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | beck | 2017-05-06 | 2 | -2/+13 |
* | use freezero() instead of memset/explicit_bzero + free. Substantially | deraadt | 2017-05-02 | 4 | -31/+14 |
* | Fix silly code that printfs NULL when there are no fractional seconds | beck | 2017-04-03 | 1 | -2/+2 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 46 | -550/+324 |
* | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | jsing | 2017-01-21 | 2 | -8/+38 |
* | Place ASN_ITEM_{ptr,rptr,ref} and DECLARE_ASN1_ITEM under #ifndef | jsing | 2016-12-30 | 1 | -2/+4 |
* | Expand ASN1_ITEM_rptr and ASN1_ITEM_ptr macros - no change in generated | jsing | 2016-12-30 | 9 | -33/+33 |
* | Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL. | jsing | 2016-12-27 | 1 | -4/+10 |
* | Use correct version of previous macro expansion. | jsing | 2016-12-27 | 1 | -5/+5 |
* | Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change to | jsing | 2016-12-27 | 1 | -6/+22 |
* | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | jsing | 2016-12-27 | 1 | -4/+1 |
* | Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. | jsing | 2016-12-27 | 2 | -12/+12 |
* | Expand DECLARE_ASN1_* macros. No change in preprocessor output, excluding | jsing | 2016-12-27 | 1 | -20/+92 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 2 | -2/+10 |
* | don't dereference a if NULL | bcook | 2016-11-06 | 1 | -2/+2 |
* | simplify error handling in c2i_ASN1_OBJECT | bcook | 2016-11-06 | 1 | -10/+12 |
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 2 | -13/+16 |
* | Fix a short-read bug in the previous version of asn1_d2i_read_bio | bcook | 2016-05-20 | 1 | -26/+28 |
* | internal only negative types should not be handled here. | tedu | 2016-05-04 | 3 | -9/+3 |
* | be careful about consuming excessive memory by reading in chunks. | tedu | 2016-05-04 | 1 | -14/+37 |
* | revert the big change from yesterday to prepare for smaller commits. | tedu | 2016-05-04 | 4 | -40/+23 |
* | patch from openssl for multiple issues: | tedu | 2016-05-03 | 4 | -23/+40 |
* | explicit_bzero for asn1 objects on free. Too often these contain sensitive in... | beck | 2016-03-17 | 1 | -24/+27 |
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc | 2016-03-11 | 1 | -3/+2 |
* | explict_bzero for some asn1 free's - ok miod@ | beck | 2016-03-06 | 2 | -3/+9 |
* | remove NULL-checks before free() | mmcc | 2015-12-23 | 1 | -5/+3 |
* | assign pointer NULL rather than 0 | mmcc | 2015-12-23 | 1 | -2/+2 |
* | assign pointer to NULL rather than 0 | mmcc | 2015-12-23 | 1 | -2/+2 |
* | initialize a pointer to NULL rather than 0 | mmcc | 2015-12-22 | 1 | -2/+2 |
* | move initialization of buf up to quell warnings and make it obvious the err c... | beck | 2015-12-12 | 1 | -4/+5 |
* | prevent possibly use of uninitialized variable | beck | 2015-12-12 | 1 | -2/+2 |
* | make the counter a size_t as well, which quells a warning on visual studio 2015 | beck | 2015-12-12 | 1 | -2/+3 |
* | Fix for OpenSSL CVE-2015-3195 | beck | 2015-12-04 | 1 | -3/+8 |
* | Another change that is needed to restore the previous behaviour of | jsing | 2015-10-22 | 1 | -5/+3 |
* | Restore previous behaviour and allow | jsing | 2015-10-22 | 1 | -2/+7 |
* | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | beck | 2015-10-19 | 5 | -587/+324 |
* | Remove pointless externs - the structs are declared in the same files a | jsing | 2015-10-16 | 1 | -3/+1 |
* | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | jsing | 2015-10-16 | 1 | -3/+11 |
* | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | jsing | 2015-10-16 | 1 | -3/+1 |
* | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | jsing | 2015-10-13 | 1 | -5/+5 |
* | Rip the guts out of another gibbering horror of a time comparison function, and | beck | 2015-10-08 | 2 | -37/+24 |
* | revert previous accidental commit | beck | 2015-10-08 | 2 | -23/+36 |
* | Spelling in comment | beck | 2015-10-08 | 3 | -39/+25 |
* | prefer limits.h over sys/limits.h | bcook | 2015-10-06 | 1 | -3/+3 |
* | Make sure dot is not set after tz - fixes incorrect handling, which allows | jsing | 2015-10-05 | 1 | -2/+2 |
* | Apply some style(9), tweak a few things for readability and add some | jsing | 2015-10-04 | 1 | -36/+40 |
* | Flense the greasy black guts of unreadble string parsing code out of three areas | beck | 2015-10-02 | 5 | -179/+295 |