summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_par.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use string literals in printf style calls so gcc's -Wformat works.doug2014-10-031-3/+2
| | | | ok tedu@, miod@
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
| | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
| | | | | | | | 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@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* remove unused shit. from Alexander Schrijvertedu2014-05-251-3/+1
|
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-4/+4
| | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@
* More KNF.jsing2014-04-191-162/+189
|
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-100/+43
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-84/+84
|
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-161-1/+1
| | | | ok krw miod
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-4/+4
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* resolve conflicts, fix local changesdjm2010-10-011-12/+5
|
* resolve conflictsdjm2009-04-061-0/+2
|
* resolve conflictsdjm2008-09-061-17/+41
|
* merge 0.9.7dmarkus2004-04-081-3/+3
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-6/+1
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-3/+3
|
* openssl-engine-0.9.6 mergebeck2000-12-151-5/+43
|
* OpenSSL 0.9.5 mergebeck2000-03-191-52/+26
| | | | | | *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-33/+51
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+393
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.