Age | Commit message (Expand) | Author |
2022-08-21 | Provide SSL_QUIC_METHOD. | Joel Sing |
2022-08-21 | Provide and use QUIC specific error reasons. | Joel Sing |
2022-08-21 | Ensure that SSL_{peek,read,write}() are not called if QUIC is in use. | Joel Sing |
2022-08-21 | Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB} | Joel Sing |
2022-08-21 | fix indent and zap trailing whitespace | Theo Buehler |
2022-08-20 | zap a tab | Theo Buehler |
2022-08-20 | Provide EVP_chacha20_poly1305() | Joel Sing |
2022-08-20 | Remove bogus length checks from EVP_aead_chacha20_poly1305() | Joel Sing |
2022-08-20 | Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20(). | Joel Sing |
2022-08-20 | Rewrite i2c_ASN1_INTEGER() using CBB/CBS. | Joel Sing |
2022-08-20 | Make it possible to signal an error from an i2c_* function. | Joel Sing |
2022-08-20 | Add an empty pkcs12_local.h and include it where it will soon be needed. | Theo Buehler |
2022-08-18 | Adjust signatures of BIO_ctrl functions | Theo Buehler |
2022-08-18 | Allow empty attribute sets in CSRs | Theo Buehler |
2022-08-18 | Tweak prototype to match function definition (n -> index) | Theo Buehler |
2022-08-17 | Implement the SSL_CTRL_GET_SHARED_GROUP control | Theo Buehler |
2022-08-17 | Refactor tls1_get_supported_group() | Theo Buehler |
2022-08-17 | Add SSL_get_shared_{curve,group}() | Theo Buehler |
2022-08-17 | Make tls1_get_{format,group_}list() take a const SSL | Theo Buehler |
2022-08-17 | Provide ssl_security_shared_group() | Theo Buehler |
2022-08-17 | Deduplicate peer certificate chain processing code. | Joel Sing |
2022-08-16 | Remove obsolete kern.nselcoll sysctl. | Visa Hankala |
2022-08-15 | Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstream | Theo Buehler |
2022-08-15 | Add missing RCS tag and zap a trailing space | Theo Buehler |
2022-08-15 | Initialize readbytes in BIO_gets() | Theo Buehler |
2022-08-15 | Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse() | Theo Buehler |
2022-08-15 | Remove redeclaration of ret | Theo Buehler |
2022-08-11 | Remove unused variable | Theo Buehler |
2022-08-10 | Avoid signed integer overflow due to unary negation | Theo Buehler |
2022-08-10 | Cast int64_t to uint64_t for negating | Theo Buehler |
2022-08-10 | Only print versions we know about | Theo Buehler |
2022-08-09 | Fix buffer overflow in inflateGetHeader() | Theo Buehler |
2022-08-08 | For putenv(3), return an error if string starts with a '=' character. | Todd C. Miller |
2022-08-06 | Improve HISTORY and add AUTHORS. | Ingo Schwarze |
2022-08-06 | Delete the ridiculous first three sentences of BUGS | Ingo Schwarze |
2022-08-05 | Remove overly aggressive trust check in legacy verifier that breaks | Bob Beck |
2022-08-05 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-04 | Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency. | Ingo Schwarze |
2022-08-04 | Make tlsext_*_{build,needs,parse}() functions static | Theo Buehler |
2022-08-04 | Mop up key_len assignments. | Joel Sing |
2022-08-04 | Mop up EVP_CIPH_FLAG_FIPS usage. | Joel Sing |
2022-08-04 | Remove various aesni_* defines to aes_* functions. | Joel Sing |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2022-08-03 | Prepare to provide PKCS12 accessors | Theo Buehler |
2022-08-02 | Strange argument padding is no longer neccessary, remove this BUGS section | Theo de Raadt |
2022-08-02 | 1) The yp_bind/yp_unbind and internal _yp_dobind/_yp_unbind sequences shared | Theo de Raadt |
2022-08-02 | The Xr to ypbind 3 doesn't help improve anyone's understanding of how the | Theo de Raadt |
2022-08-02 | delete incorrect comment: yp_unbind is not called by passwd | Theo de Raadt |
2022-08-02 | Expand BLOCK_CIPHER_* macros. | Joel Sing |
2022-08-02 | access(2) alarm(2) pause(2) were not ported from pwb to v7 | Jonathan Gray |