| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -6/+162 |
* | Mechanically expand IMPLEMENT_BLOCK_CIPHER macro. | jsing | 2022-09-03 | 1 | -5/+163 |
* | Rewrap some lines, no functional change. | jsing | 2022-09-03 | 1 | -4/+6 |
* | Tidy up asn1_c2i_primitive() slightly. | jsing | 2022-09-03 | 1 | -8/+8 |
* | Avoid recycling ASN1_STRINGs when decoding ASN.1. | jsing | 2022-09-03 | 1 | -14/+12 |
* | Remove duplicate prototype that just snuck in. | jsing | 2022-09-03 | 1 | -3/+1 |
* | Ensure ASN.1 types are appropriately encoded. | jsing | 2022-09-03 | 3 | -7/+52 |
* | Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive(). | jsing | 2022-09-03 | 3 | -9/+33 |
* | Prepare to provide OPENSSL_cleanup. | jsing | 2022-09-03 | 3 | -6/+30 |
* | Stop using CBIGNUM_it internal to libcrypto. | jsing | 2022-09-03 | 3 | -8/+11 |
* | Check sk_SSL_CIPHER_push() return value | tb | 2022-09-01 | 1 | -4/+11 |
* | Add an empty line for consistency. | tb | 2022-08-31 | 1 | -1/+2 |
* | Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters() | tb | 2022-08-31 | 1 | -4/+12 |
* | Revert r1.46. Causes fireworks in regress. | tb | 2022-08-31 | 1 | -9/+5 |
* | Remove most mentions of contexts on the stack. | tb | 2022-08-31 | 2 | -23/+4 |
* | nasty whitespace | tb | 2022-08-31 | 1 | -9/+9 |
* | Rework DSA_size() and ECDSA_size() | tb | 2022-08-31 | 2 | -43/+32 |
* | Switch loop bounds from size_t to int in check_hosts() | tb | 2022-08-31 | 1 | -2/+2 |
* | Avoid potential NULL dereference in ssl_set_pkey() | tb | 2022-08-31 | 1 | -5/+9 |
* | Remove a commented-out sk_push that has been hanging around for > 20 years | tb | 2022-08-30 | 1 | -4/+1 |
* | chacha20_poly1305_cleanup() should return 1 | tb | 2022-08-30 | 1 | -2/+2 |
* | Plug leak of BIO in tls13_quic_init() | tb | 2022-08-30 | 1 | -2/+1 |
* | Plug memory leak in X509_REQ_print_ex() | tb | 2022-08-30 | 1 | -2/+4 |
* | missing period | tb | 2022-08-29 | 1 | -2/+2 |
* | Provide ERR_R_INIT_FAIL. | jsing | 2022-08-29 | 2 | -3/+4 |
* | Provide ASN1_R_TYPE_NOT_PRIMITIVE. | jsing | 2022-08-29 | 2 | -2/+4 |
* | static const, not const static | jsg | 2022-08-29 | 1 | -3/+3 |
* | Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that | tb | 2022-08-28 | 1 | -3/+6 |
* | Encode an ASN.1 INTEGER with NULL data to value of zero. | jsing | 2022-08-28 | 1 | -2/+4 |
* | remove unused blowfish inline defines | jsg | 2022-08-28 | 1 | -8/+1 |
* | Handle SSL_do_handshake() being called before SSL_provide_quic_data(). | jsing | 2022-08-27 | 1 | -1/+4 |
* | Provide additional defines for EVP AEAD. | jsing | 2022-08-27 | 1 | -1/+18 |
* | Provide the remaining QUIC API. | jsing | 2022-08-21 | 2 | -2/+149 |
* | Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. | jsing | 2022-08-21 | 3 | -19/+59 |
* | Provide SSL_QUIC_METHOD. | jsing | 2022-08-21 | 3 | -9/+172 |
* | Provide and use QUIC specific error reasons. | jsing | 2022-08-21 | 3 | -5/+9 |
* | Ensure that SSL_{peek,read,write}() are not called if QUIC is in use. | jsing | 2022-08-21 | 1 | -1/+16 |
* | Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB} | jsing | 2022-08-21 | 1 | -10/+15 |
* | fix indent and zap trailing whitespace | tb | 2022-08-21 | 1 | -3/+3 |
* | zap a tab | tb | 2022-08-20 | 1 | -2/+2 |
* | Provide EVP_chacha20_poly1305() | jsing | 2022-08-20 | 2 | -7/+260 |
* | Remove bogus length checks from EVP_aead_chacha20_poly1305() | jsing | 2022-08-20 | 1 | -27/+1 |
* | Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20(). | jsing | 2022-08-20 | 1 | -3/+23 |
* | Rewrite i2c_ASN1_INTEGER() using CBB/CBS. | jsing | 2022-08-20 | 1 | -97/+100 |
* | Make it possible to signal an error from an i2c_* function. | jsing | 2022-08-20 | 1 | -2/+7 |
* | Add an empty pkcs12_local.h and include it where it will soon be needed. | tb | 2022-08-20 | 12 | -11/+94 |
* | Adjust signatures of BIO_ctrl functions | tb | 2022-08-18 | 1 | -13/+10 |
* | Allow empty attribute sets in CSRs | tb | 2022-08-18 | 1 | -2/+4 |
* | Tweak prototype to match function definition (n -> index) | tb | 2022-08-18 | 1 | -2/+2 |
* | Implement the SSL_CTRL_GET_SHARED_GROUP control | tb | 2022-08-17 | 1 | -1/+37 |