summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/encode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check high bit for base64 decodeinoguchi2020-03-041-2/+10
* Fix base64 processing of long linesinoguchi2020-03-031-99/+66
* provide EVP_ENCODE_CTX_{new,free}().tb2019-01-191-1/+13
* Convert EVP_EncodeUpdate() to return an int to allow for errortb2018-08-241-6/+8
* fix for integer overflow in encode and encrypt update functions.tedu2016-05-041-4/+9
* revert the big change from yesterday to prepare for smaller commits.tedu2016-05-041-9/+4
* prefer limits.h over sys/limits.hbcook2016-05-031-2/+2
* patch from openssl for multiple issues:tedu2016-05-031-4/+10
* Delete a lot of #if 0 code in libressl.doug2015-02-071-34/+1
* Allow B64_EOF to follow a base64 padding character. This restores previousjsing2014-08-061-2/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* More KNF.jsing2014-05-151-2/+2
* Add checks for invalid base64 encoded data, specifically relating to thejsing2014-05-031-0/+12
* It is definitly not the correct spelling.jsing2014-05-031-2/+2
* KNF.jsing2014-05-031-261/+263
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-11/+0
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+1
* resolve conflicts, fix local changesdjm2010-10-011-2/+2
* resolve conflictsdjm2008-09-061-5/+5
* resolve conflictsdjm2006-06-271-1/+1
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+7
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+10
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+2
* OpenSSL 0.9.4 mergebeck1999-09-291-34/+23
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+438