summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid an 1 byte out-of-bounds read in ASN1_PRINTABLE_type()tb2023-03-121-2/+2
| | | | | | | | | | | In case the input is not NUL terminated, the reversed check for length and terminating NUL results in a one-byte overread. The documentation says that the input should be a string, but in ASN.1 land you never know... Reported by Guido Vranken a while back ok beck
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+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@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* More KNF.jsing2014-04-181-41/+50
|
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-6/+3
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-10/+10
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-8/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* resolve conflictsdjm2005-04-291-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-70/+0
|
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+32
| | | | | | *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/+37
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+161
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.