Age | Commit message (Expand) | Author |
2020-12-08 | Fix a NULL dereference in GENERAL_NAME_cmp() | Theo Buehler |
2018-11-30 | Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms. | Jeremy Evans |
2018-11-09 | Add const to the data argument of ASN1_set{,_int}_octetstring(). | Theo Buehler |
2018-11-08 | Remove some function prototypes that should have been removed in the | Joel Sing |
2018-10-24 | Remove a bunch of ancient and highly crufty ASN.1 related code from | Joel Sing |
2018-05-19 | The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const. | Theo Buehler |
2018-05-01 | const for BIO_{new,set}() and most of the BIO_{f,s}_*() family of | Theo Buehler |
2018-04-25 | remove whitespace before closing parens | Theo Buehler |
2018-04-25 | Add const to functions in asn1/asn1.h as they did in OpenSSL. | Theo Buehler |
2018-03-29 | Limit ASN.1 constructed types recursive definition depth | Kinichiro Inoguchi |
2018-02-14 | Provide ASN1_STRING_get0_data(). | Joel Sing |
2017-05-06 | Add ASN1_TIME_set_tm to set an asn1 from a struct tm * | Bob Beck |
2016-12-30 | Place ASN_ITEM_{ptr,rptr,ref} and DECLARE_ASN1_ITEM under #ifndef | Joel Sing |
2016-12-27 | Place the DECLARE_ASN1_* macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2016-12-27 | Use correct version of previous macro expansion. | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_FUNCTIONS_{fname,name} macros - no change to | Joel Sing |
2016-12-27 | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_* macros. No change in preprocessor output, excluding | Joel Sing |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2015-10-13 | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-10-08 | Rip the guts out of another gibbering horror of a time comparison function, and | Bob Beck |
2015-10-08 | revert previous accidental commit | Bob Beck |
2015-10-08 | Spelling in comment | Bob Beck |
2015-09-30 | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-01-28 | Fix a number of issues relating to algorithms in signatures, Mostly | Bob Beck |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-24 | We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION. | Joel Sing |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-24 | Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around, | Joel Sing |
2014-05-22 | KNF. | Joel Sing |
2014-05-22 | No uses of UTF8_{getc,putc}() in ports, so remove them from the public header. | Philip Guenther |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | Miod Vallat |
2014-04-27 | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | Miod Vallat |
2014-04-21 | Delete #if 0'd time related functions which are totally expired. | Theo de Raadt |
2014-04-18 | tone down some XXXXX to not appear in grep | Ted Unangst |
2014-04-18 | Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there | Miod Vallat |
2014-04-15 | The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for | Miod Vallat |
2014-04-13 | Cope with the removal of openssl/symhacks.h | Theo de Raadt |
2012-10-13 | resolve conflicts | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-04-06 | resolve conflicts | Damien Miller |
2008-09-06 | resolve conflicts | Damien Miller |
2006-06-27 | resolve conflicts | Damien Miller |
2005-04-29 | resolve conflicts | Damien Miller |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |