Age | Commit message (Expand) | Author |
2016-11-05 | Check BIO_new*() for failure. | Miod Vallat |
2016-11-05 | X509_STORE_CTX_set_*() may fail, so check for errors. | Miod Vallat |
2016-11-04 | Kill a bunch of OLD_ASN1 usage by replacing ASN1_{d2i,i2d}_* with | Joel Sing |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-07-16 | Clean up OCSP_check_validity() a bit more. | Bob Beck |
2016-07-05 | remove unneeded duplicate call - spotted by jsing@ | Bob Beck |
2016-07-05 | Add several fixes from OpenSSL to make OCSP work with intermediate | Bob Beck |
2016-06-25 | Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP uses | Bob Beck |
2016-06-25 | Fix the ocsp code to actually check for errors when comparing time values | Bob Beck |
2015-09-26 | Use ASN1_item_dup() instead of ASN1_dup(). | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-19 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-16 | Check return value of all used functions in OCSP_REQUEST_print(); covers | 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-09 | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | Joel Sing |
2014-10-28 | Check the result of sk_*_push() operations for failure. | Miod Vallat |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-10-03 | Use string literals in printf style calls so gcc's -Wformat works. | Doug Hogan |
2014-07-25 | BIO_free() returns immediately when the sole input is NULL. | Doug Hogan |
2014-07-13 | The bell tolls for BUF_strdup - Start the migration to using | Bob Beck |
2014-07-12 | Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and | 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 | reset host, port, path to null after freeing so the caller doesn't | Ted Unangst |
2014-07-09 | ocsp_check_ids says "If algoritm mismatch let caller deal with it" before | Ted Unangst |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-23 | Not OPENSSL_SYS_SUNOS. | Joel Sing |
2014-05-18 | Plug memory leaks upon error in OCSP_url_svcloc_new(). | Miod Vallat |
2014-05-18 | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL. | Miod Vallat |
2014-05-18 | More KNF. | Joel Sing |
2014-05-17 | unchecked malloc() return value in OCSP_sendreq_new(). | Miod Vallat |
2014-05-17 | KNF | Miod Vallat |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-18 | Put the final pieces from e_os.h in the required places, and remove it. | Theo de Raadt |
2014-04-17 | fix some more leaks, mostly suggestions from miod | Jonathan Gray |
2014-04-17 | fix some of the leaks | Jonathan Gray |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2013-02-14 | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | Markus Friedl |
2012-10-13 | resolve conflicts | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |