summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make ssl_create_cipher_list() have a single exittb2022-09-041-23/+23
* 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
* Ensure ASN.1 types are appropriately encoded.jsing2022-09-033-7/+52
* Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().jsing2022-09-033-9/+33
* Prepare to provide OPENSSL_cleanup.jsing2022-09-033-6/+30
* Stop using CBIGNUM_it internal to libcrypto.jsing2022-09-033-8/+11
* Check sk_SSL_CIPHER_push() return valuetb2022-09-011-4/+11
* Add an empty line for consistency.tb2022-08-311-1/+2
* Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()tb2022-08-311-4/+12
* Revert r1.46. Causes fireworks in regress.tb2022-08-311-9/+5
* Remove most mentions of contexts on the stack.tb2022-08-312-23/+4
* nasty whitespacetb2022-08-311-9/+9
* Rework DSA_size() and ECDSA_size()tb2022-08-312-43/+32
* Switch loop bounds from size_t to int in check_hosts()tb2022-08-311-2/+2
* Avoid potential NULL dereference in ssl_set_pkey()tb2022-08-311-5/+9
* Remove a commented-out sk_push that has been hanging around for > 20 yearstb2022-08-301-4/+1
* chacha20_poly1305_cleanup() should return 1tb2022-08-301-2/+2
* Plug leak of BIO in tls13_quic_init()tb2022-08-301-2/+1
* Plug memory leak in X509_REQ_print_ex()tb2022-08-301-2/+4
* missing periodtb2022-08-291-2/+2
* Provide ERR_R_INIT_FAIL.jsing2022-08-292-3/+4
* Provide ASN1_R_TYPE_NOT_PRIMITIVE.jsing2022-08-292-2/+4
* static const, not const staticjsg2022-08-291-3/+3
* Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thattb2022-08-281-3/+6
* Encode an ASN.1 INTEGER with NULL data to value of zero.jsing2022-08-281-2/+4
* remove unused blowfish inline definesjsg2022-08-281-8/+1
* Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing2022-08-271-1/+4
* Provide additional defines for EVP AEAD.jsing2022-08-271-1/+18
* Provide the remaining QUIC API.jsing2022-08-212-2/+149
* Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing2022-08-213-19/+59
* Provide SSL_QUIC_METHOD.jsing2022-08-213-9/+172
* Provide and use QUIC specific error reasons.jsing2022-08-213-5/+9