Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc | 2016-03-11 | 1 | -3/+2 |
| | | | | ok doug@ | ||||
* | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | jsing | 2015-09-30 | 1 | -2/+2 |
| | | | | ASN1_GENERALIZEDTIME_(new|free). | ||||
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -3/+2 |
| | | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+3 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -3/+5 |
| | | | | | | are needed in the source files that actually require them. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | Fix a Y2038 problem, by conversion of long to time_t. | deraadt | 2014-05-27 | 1 | -14/+7 |
| | | | | | | | | | The TS_RESP_CTX_set_time_cb() API gets removed. Nothing in the greater ecosystem ever calls it. This API needs to be removed, because if anyone ever calls on a BE 32 system assuming long rather than time_t, it will be dangerously incompatible. ok miod guenther | ||||
* | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 1 | -2/+1 |
| | |||||
* | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. | jsing | 2014-05-22 | 1 | -28/+0 |
| | | | | ok beck@ miod@ | ||||
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 1 | -1/+1 |
| | | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change. | ||||
* | KNF. | jsing | 2014-04-21 | 1 | -375/+414 |
| | |||||
* | Restore tedu's rev 1.4: snprintf() was reviewed. | guenther | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -5/+5 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Zero-pad usec format to handle values less than 100,000 correctly | guenther | 2014-04-16 | 1 | -1/+1 |
| | | | | ok matthew@ tedu@ | ||||
* | Mandatory Surgeon Guenther's Warning: This code could not possibly be | tedu | 2014-04-16 | 1 | -24/+24 |
| | | | | | | | correct because it doesn't zerofill the front of usecs, but that's the way I found it. a more thorough emulation of the old code, but with fewer whacky snprintf pointer arithmetic antics. ok beck guenther | ||||
* | 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 |
| | | | | | beck had a diff to convert to strftime, but it's easier to verify this is functionally the same. ok beck. | ||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 1 | -0/+1020 |