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