summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_addr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely tojsing2015-02-101-1504/+0
| | | | | | be enabled, mostly since people use SANs instead. ok beck@ guenther@
* Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible andjsing2015-02-091-5/+101
| | | | | | | | | functions can be readily located. Change has been scripted and the generated assembly only differs by changes to line numbers. Discussed with beck@ miod@ tedu@
* further BUF_strdup conversion: these places should be safe to rely ontedu2014-11-181-2/+2
| | | | the function argument not being NULL
* The bell tolls for BUF_strdup - Start the migration to usingbeck2014-07-131-3/+3
| | | | | | intrinsics. This is the easy ones, a few left to check one at a time. ok miod@ deraadt@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-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@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* KNF.jsing2014-04-211-1000/+1068
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* OpenSSL 1.0.0f: mergedjm2012-01-051-40/+85
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+6
|
* resolve conflicts, fix local changesdjm2010-10-011-12/+13
|
* resolve conflictsdjm2009-04-061-14/+19
|
* resolve conflictsdjm2009-01-091-0/+1
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-6/+6
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1280