summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-102-4/+8
| | | | | | are needed in the source files that actually require them. ok beck@ miod@
* reset host, port, path to null after freeing so the caller doesn'ttedu2014-07-091-1/+4
| | | | | accidentally free them again. actually a bug in the caller and (hey hey) apps/ocsp.c has exactly that bug, but it's easier/safer to fix here.
* ocsp_check_ids says "If algoritm mismatch let caller deal with it" beforetedu2014-07-091-6/+1
| | | | | | returning 2. The one and only caller doesn't check for that, so... Stop returning it. ok miod
* tags as requested by miod and teduderaadt2014-06-1210-10/+10
|
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
|
* Not OPENSSL_SYS_SUNOS.jsing2014-05-231-3/+0
|
* Plug memory leaks upon error in OCSP_url_svcloc_new().miod2014-05-181-6/+9
| | | | ok jsing@
* In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.miod2014-05-181-4/+6
| | | | ok jsing@
* More KNF.jsing2014-05-1810-193/+208
|
* unchecked malloc() return value in OCSP_sendreq_new().miod2014-05-171-0/+2
|
* KNFmiod2014-05-178-1274/+1332
|
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-262-5/+5
| | | | | | | | This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-181-1/+0
| | | | | "dance on it's grave" says beck ok guenther beck
* fix some more leaks, mostly suggestions from miodjsg2014-04-171-0/+3
| | | | ok miod@
* fix some of the leaksjsg2014-04-171-3/+11
| | | | ok miod@ looks good deraadt@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-173-15/+15
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* we don't use these files for buildingtedu2014-04-151-78/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-135/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-0/+1
|
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-3/+6
| | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@
* resolve conflictsdjm2012-10-131-1/+2
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-033-9/+13
|
* resolve conflicts, fix local changesdjm2010-10-019-370/+82
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-48/+43
|\ | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-48/+43
| |
* | resolve conflictsdjm2009-01-094-5/+6
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-38/+43
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-091-38/+43
| |
* | resolve conflictsdjm2008-09-069-132/+441
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-175/+97
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-061-175/+97
| |
* | remove some bogus *p tests from charles longeautedu2007-03-201-3/+3
| | | | | | | | ok deraadt millert
* | resolve conflictsdjm2006-06-271-50/+54
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+291
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+291
|
* merge 0.9.7dmarkus2004-04-083-10/+21
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-123-8/+17
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-5/+5
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-64/+136
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* do not assume scripts are executablederaadt2002-05-251-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1511-0/+3483