summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/t_x509.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the return value of X509_NAME_oneline(, NULL,) is checked againstmiod2014-07-121-2/+4
| | | | | NULL. ok deraadt@ guenther@ jsing@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-9/+11
| | | | | | | | 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/+4
| | | | | | | | | 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-1/+1
|
* more: no need for null check before freederaadt2014-05-301-4/+2
| | | | ok tedu guenther
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
| | | | ok to firebomb from tedu@
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-211-1/+1
|
* More KNF.jsing2014-04-181-205/+264
|
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-68/+33
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-73/+73
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-10/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* resolve conflictsdjm2012-10-131-10/+45
|
* resolve conflicts, fix local changesdjm2010-10-011-38/+26
|
* resolve conflictsdjm2009-01-091-2/+2
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-5/+6
|
* resolve conflictsdjm2008-09-061-19/+18
|
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-1/+1
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+6
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-102/+193
|
* merge openssl 0.9.6b-enginebeck2001-08-011-0/+2
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6 mergebeck2000-12-151-1/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-191-6/+3
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-62/+88
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+386
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.