Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap an overlong line | tb | 2018-05-14 | 1 | -2/+3 |
| | |||||
* | Add const qualifier to the path and url{,s} parameters of | tb | 2018-05-13 | 1 | -3/+3 |
| | | | | | | | | OCSP_crlID_new(3), OCSP_parse_url(3), OCSP_sendreq_bio(3), OCSP_sendreq_new(3), and OCSP_url_svcloc_new(3). tested in a bulk build by sthen ok jsing (as part of a larger diff) | ||||
* | Add const qualifier to the ASN1_OBJECT * argument of: | tb | 2018-05-13 | 1 | -5/+6 |
| | | | | | | | | OCSP_REQUEST_get_ext_by_OBJ(3), OCSP_ONEREQ_ext_by_OBJ(3) OCSP_BASICRESP_get_ext_by_OBJ(3), OCSP_SINGLERESP_get_ext_by_OBJ(3) tested in a bulk build by sthen ok jsing (as part of a larger diff) | ||||
* | Kill some #if 0 code that uses old-style ASN.1 encoding. | jsing | 2016-12-27 | 1 | -45/+1 |
| | |||||
* | Drop stupid (int) casts for the arguments of malloc() and friends. This is | miod | 2015-07-19 | 1 | -3/+3 |
| | | | | | not 16-bit MS-DOS anymore. ok bcook@ tedu@ | ||||
* | Check the result of sk_*_push() operations for failure. | miod | 2014-10-28 | 1 | -2/+5 |
| | | | | ok doug@ jsing@ | ||||
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 1 | -3/+3 |
| | | | | | | | | arc4random_buf() is guaranteed to always succeed - it is worth noting that a number of the replaced function calls were already missing return value checks. ok deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+2 |
| | | | | | | | | 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 | -2/+4 |
| | | | | | | 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 |
| | |||||
* | Plug memory leaks upon error in OCSP_url_svcloc_new(). | miod | 2014-05-18 | 1 | -6/+9 |
| | | | | ok jsing@ | ||||
* | More KNF. | jsing | 2014-05-18 | 1 | -17/+26 |
| | |||||
* | KNF | miod | 2014-05-17 | 1 | -291/+364 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -6/+6 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -37/+10 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -14/+21 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -7/+17 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+528 |