| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -4/+4 |
* | Following the license change, modify the boilerplates in crypto/asn1/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Constify ASN1_item_unpack(). | Dr. Stephen Henson | 2016-08-17 | 1 | -1/+1 |
* | Don't leak memory on ASN1_item_pack() error path | Matt Caswell | 2016-06-01 | 1 | -7/+14 |
* | Copyright consolidation 08/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Use p==NULL not !p (in if statements, mainly) | Rich Salz | 2015-05-11 | 1 | -4/+4 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -4/+2 |
* | Remove old ASN.1 code. | Dr. Stephen Henson | 2015-03-23 | 1 | -100/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -92/+100 |
* | Memory leak and NULL dereference fixes. | Dr. Stephen Henson | 2014-06-27 | 1 | -2/+10 |
* | Update from 1.0.0-stable. | Dr. Stephen Henson | 2009-07-27 | 1 | -4/+4 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -2/+2 |
* | Update obsolete email address... | Dr. Stephen Henson | 2008-11-05 | 1 | -1/+1 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -2/+2 |
* | More type-checking. | Ben Laurie | 2008-06-04 | 1 | -4/+4 |
* | Update util/ck_errf.pl script, and have it run automatically | Bodo Möller | 2005-05-09 | 1 | -5/+5 |
* | Consistency. | Ben Laurie | 2005-03-31 | 1 | -3/+2 |
* | Simplicate and add lightness. | Ben Laurie | 2005-03-31 | 1 | -4/+2 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -7/+10 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-15 | 1 | -3/+3 |
* | Rewrite PKCS#12 code and remove some of the old | Dr. Stephen Henson | 2000-12-31 | 1 | -2/+2 |
* | ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of | Dr. Stephen Henson | 2000-12-30 | 1 | -0/+4 |
* | ASN1_ITEM versions of sign, verify, pack and unpack. | Dr. Stephen Henson | 2000-12-28 | 1 | -1/+43 |
* | Fixes for Win32 build. | Dr. Stephen Henson | 2000-06-21 | 1 | -1/+1 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-01 | 1 | -3/+3 |
* | More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0 | Dr. Stephen Henson | 1999-06-06 | 1 | -2/+2 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-23 | 1 | -1/+1 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 1 | -17/+6 |
* | Fix some warnings. Contributed by Anonymous. | Ben Laurie | 1999-04-16 | 1 | -1/+3 |
* | Further PKCS#12 integration, PBE, PKCS#8 additions. | Dr. Stephen Henson | 1999-03-28 | 1 | -0/+154 |