summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix arbitrary memory read in GENERAL_NAME_cmp()bluhm2023-02-071-2/+3
* Unbreak ASN.1 indefinite length encoding.libressl-v3.6.2libressl-v3.6.1tb2022-10-201-4/+4
* Store errors that result from leaf certificate verification.tb2022-10-201-8/+12
* Remove PKCS12_MAKE_{,SH}KEYBAG from Symbols.listtb2022-09-191-2/+0
* Add OID for RPKI signedTAL objectsjob2022-09-152-0/+2
* Use LONG_MAX as the limit for ciphers with long based APIs.jsing2022-09-156-169/+120
* Stop pretending that EVP_CIPHER cleanup can fail.jsing2022-09-134-14/+15
* zap extra .Pptb2022-09-121-2/+1
* Stop documenting i2c_ASN1_INTEGER.tb2022-09-122-48/+4
* Define LIBRESSL_HAS_QUICtb2022-09-111-0/+1
* Bump major after symbol addition and removal and struct visibility changestb2022-09-111-2/+2
* Update Symbols.listtb2022-09-111-9/+31
* Make structs in ts.h opaquetb2022-09-112-215/+223
* Make structs in pkcs12.h opaquetb2022-09-114-162/+45
* Expose EVP_chacha20_poly1305()tb2022-09-111-3/+1
* Expose various EVP AEAD constants for EVP ChaCha and QUICtb2022-09-111-3/+1
* Expose OPENSL_cleanup()tb2022-09-111-3/+1
* Make BIO_info_cb() identical to bio_info_cb()tb2022-09-111-2/+3
* Remove c2i_* and i2c_* from public visibilitytb2022-09-112-10/+11
* fix repeated wordsjsg2022-09-112-6/+6
* Increment the input and output position for EVP AES CFB1.jsing2022-09-101-1/+3
* Use correct length for EVP CFB mode ciphers.jsing2022-09-107-22/+22
* carrier return character -> carriage return characterjsg2022-09-101-2/+2
* fix repeated wordsjsg2022-09-104-12/+12
* fix repeated wordsjsg2022-09-101-3/+3
* Remove more mkerr.pl remnants, missed in previouskn2022-09-061-54/+3
* Replace aes_{ccm,xts}_cleanup usage with NULL.jsing2022-09-061-16/+11
* Stop casting a size_t to a long and then passing it as a size_t.jsing2022-09-063-31/+31
* Remove dead code.jsing2022-09-042-36/+12
* Add bounds checks for various EVP cipher implementations.jsing2022-09-046-7/+98
* Remove dead code.jsing2022-09-045-25/+10
* Expand the looney M_do_cipher macro.jsing2022-09-041-11/+9
* Rearrange some functions.jsing2022-09-048-177/+141
* Remove now unused EVP_C_DATA macro.jsing2022-09-041-3/+1
* Remove now unused BLOCK_CIPHER_* macros.jsing2022-09-041-186/+1
* Expand BLOCK_CIPHER_* macros.jsing2022-09-041-15/+108
* Mechanically expand BLOCK_CIPHER_* macros.jsing2022-09-042-32/+387
* Mechanically expand BLOCK_CIPHER_* ciphers.jsing2022-09-041-17/+145
* Remove now unused IMPLEMENT_CFBR macro.jsing2022-09-041-10/+1
* Mechanically expand IMPLEMENT_CFBR macros.jsing2022-09-041-8/+267
* Remove now unused IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-034-19/+4
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-21/+486
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-4/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-8/+161
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-6/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-5/+163
* Rewrap some lines, no functional change.jsing2022-09-031-4/+6
* Tidy up asn1_c2i_primitive() slightly.jsing2022-09-031-8/+8
* Avoid recycling ASN1_STRINGs when decoding ASN.1.jsing2022-09-031-14/+12
* Remove duplicate prototype that just snuck in.jsing2022-09-031-3/+1