| Commit message (Expand) | Author | Age | Files | Lines |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 1 | -2/+2 |
* | Add const to the ASN1_OBJECT argument of TS_TST_INFO_get_ext_by_OBJ(3). | tb | 2018-05-13 | 2 | -4/+5 |
* | Add const qualifier to the ASN1_OBJ * argument of | tb | 2018-05-13 | 3 | -11/+11 |
* | Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior and | tb | 2018-04-14 | 1 | -3/+2 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 8 | -139/+81 |
* | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | jsing | 2016-12-27 | 1 | -4/+1 |
* | More X509_STORE_CTX_set_*() return value checks. | miod | 2016-11-05 | 1 | -2/+4 |
* | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | jsing | 2016-11-04 | 1 | -21/+17 |
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc | 2016-03-11 | 1 | -3/+2 |
* | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | jsing | 2015-09-30 | 1 | -2/+2 |
* | Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*. | jsing | 2015-09-10 | 1 | -4/+4 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 2 | -4/+4 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-24 | 1 | -51/+341 |
* | Verify ASN1 objects types before attempting to access them as a particular | miod | 2015-07-19 | 1 | -1/+3 |
* | Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init() | miod | 2015-07-19 | 1 | -5/+11 |
* | Put explicit braces around assignment used in a conditional. | miod | 2015-07-19 | 1 | -2/+2 |
* | Do not allow TS_check_signer_name() with signer == NULL from | miod | 2015-07-15 | 1 | -1/+4 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 1 | -1/+2 |
* | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | miod | 2015-02-10 | 1 | -3/+1 |
* | Manually expand ASN1_ITEM_rptr macros that should have been expanded with | jsing | 2015-02-10 | 1 | -10/+10 |
* | Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible | jsing | 2015-02-10 | 1 | -10/+55 |
* | Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the | jsing | 2015-02-10 | 1 | -10/+226 |
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -3/+8 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -3/+2 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 9 | -30/+30 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 4 | -4/+12 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 4 | -6/+14 |
* | cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *) | bcook | 2014-07-09 | 1 | -2/+2 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 12 | -12/+12 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
* | Get the public headers from the official place with <openssl/ > | deraadt | 2014-05-31 | 2 | -2/+2 |
* | Don't write out more than we have allocated in obj_txt, as the glory | beck | 2014-05-30 | 1 | -1/+2 |
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -8/+0 |
* | Fix a Y2038 problem, by conversion of long to time_t. | deraadt | 2014-05-27 | 2 | -18/+8 |
* | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 2 | -6/+4 |
* | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. | jsing | 2014-05-22 | 1 | -28/+0 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -5/+0 |
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 1 | -1/+1 |
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 2 | -7/+7 |
* | KNF. | jsing | 2014-04-21 | 12 | -1467/+1618 |
* | Restore tedu's rev 1.4: snprintf() was reviewed. | guenther | 2014-04-20 | 1 | -1/+1 |
* | reset imprint to NULL to avoid double free. from mancha1 at zoho | tedu | 2014-04-20 | 1 | -0/+1 |
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 4 | -15/+15 |
* | Clean up dangerous strncpy use. This included a use where the resulting | beck | 2014-04-16 | 1 | -9/+5 |
* | Zero-pad usec format to handle values less than 100,000 correctly | guenther | 2014-04-16 | 1 | -1/+1 |
* | Mandatory Surgeon Guenther's Warning: This code could not possibly be | tedu | 2014-04-16 | 1 | -24/+24 |
* | revert. the full horror has only now revealed itself. | tedu | 2014-04-16 | 1 | -26/+21 |
* | replace some bio_snprintf crazy with regular snprintf. | tedu | 2014-04-16 | 1 | -21/+26 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -86/+0 |