| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Refactor tls1_get_supported_group() | tb | 2022-08-17 | 2 | -30/+99 |
* | Add SSL_get_shared_{curve,group}() | tb | 2022-08-17 | 1 | -2/+10 |
* | Make tls1_get_{format,group_}list() take a const SSL | tb | 2022-08-17 | 2 | -8/+8 |
* | Provide ssl_security_shared_group() | tb | 2022-08-17 | 2 | -5/+18 |
* | Deduplicate peer certificate chain processing code. | jsing | 2022-08-17 | 10 | -109/+121 |
* | Add missing RCS tag and zap a trailing space | tb | 2022-08-15 | 1 | -2/+2 |
* | Initialize readbytes in BIO_gets() | tb | 2022-08-15 | 1 | -2/+2 |
* | Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse() | tb | 2022-08-15 | 1 | -6/+4 |
* | Remove redeclaration of ret | tb | 2022-08-15 | 1 | -2/+1 |
* | Remove unused variable | tb | 2022-08-11 | 1 | -6/+3 |
* | Avoid signed integer overflow due to unary negation | tb | 2022-08-10 | 1 | -12/+8 |
* | Cast int64_t to uint64_t for negating | tb | 2022-08-10 | 1 | -3/+7 |
* | Only print versions we know about | tb | 2022-08-10 | 1 | -4/+10 |
* | For putenv(3), return an error if string starts with a '=' character. | millert | 2022-08-08 | 2 | -5/+10 |
* | Remove overly aggressive trust check in legacy verifier that breaks | beck | 2022-08-05 | 1 | -15/+4 |
* | Make tlsext_*_{build,needs,parse}() functions static | tb | 2022-08-04 | 2 | -217/+94 |
* | Mop up key_len assignments. | jsing | 2022-08-04 | 1 | -91/+59 |
* | Mop up EVP_CIPH_FLAG_FIPS usage. | jsing | 2022-08-04 | 1 | -59/+59 |
* | Remove various aesni_* defines to aes_* functions. | jsing | 2022-08-04 | 1 | -56/+24 |
* | change some 4.4BSD references to earlier releases | jsg | 2022-08-04 | 2 | -6/+6 |
* | Prepare to provide PKCS12 accessors | tb | 2022-08-03 | 9 | -22/+349 |
* | Expand BLOCK_CIPHER_* macros. | jsing | 2022-08-02 | 1 | -133/+1056 |
* | libc string functions were not ported from pwb to v7 | jsg | 2022-08-01 | 3 | -15/+9 |
* | strlen was in v6 libc (s5/perror.c) but not documented till v7 | jsg | 2022-07-31 | 1 | -5/+4 |
* | Tidy up some of BN_nist_mod_* | jsing | 2022-07-31 | 1 | -22/+30 |
* | fix indent | tb | 2022-07-31 | 1 | -2/+2 |
* | Allow a NULL header in PEM_write{,_bio}() | tb | 2022-07-31 | 1 | -3/+2 |
* | Randomise the rekey interval a little. Previously, the chacha20 | djm | 2022-07-31 | 1 | -2/+8 |
* | Use named initialisers for BIGNUMs. | jsing | 2022-07-30 | 1 | -61/+65 |
* | Untangle two logic chains in x509_asid.c into something more readable. | tb | 2022-07-30 | 1 | -9/+22 |
* | update copyright years | tb | 2022-07-30 | 1 | -2/+2 |
* | Reorder functions and remove unnecessary function prototypes. | jsing | 2022-07-30 | 1 | -29/+24 |
* | Add stack frames to AES-NI x86_64 assembly. | jsing | 2022-07-30 | 1 | -39/+58 |
* | Use ASN1_INTEGER to encode/decode BIGNUM_it. | jsing | 2022-07-30 | 1 | -34/+48 |
* | Provide and use a primitive clear function for BIGNUM_it. | jsing | 2022-07-30 | 1 | -8/+15 |
* | Eliminate the somewhat pointless Ij variable | tb | 2022-07-30 | 1 | -5/+4 |