Age | Commit message (Expand) | Author |
2022-08-29 | missing period | Theo Buehler |
2022-08-29 | Fix a case where EndOfMibView wasn't honoured. | Martijn van Duren |
2022-08-29 | Provide ERR_R_INIT_FAIL. | Joel Sing |
2022-08-29 | Provide ASN1_R_TYPE_NOT_PRIMITIVE. | Joel Sing |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-08-29 | update libfido2 to 1.11.0, taking in just over a year of upstream | Damien Miller |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-28 | Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that | Theo Buehler |
2022-08-28 | Encode an ASN.1 INTEGER with NULL data to value of zero. | Joel Sing |
2022-08-28 | remove unused blowfish inline defines | Jonathan Gray |
2022-08-27 | Handle SSL_do_handshake() being called before SSL_provide_quic_data(). | Joel Sing |
2022-08-27 | Provide additional defines for EVP AEAD. | Joel Sing |
2022-08-27 | Use ENTRY_NB() instead of ENTRY() | Theo Buehler |
2022-08-26 | Backout "Only return file descriptors to block or character devices" | Klemens Nanni |
2022-08-25 | Only return file descriptors to block or character devices | Klemens Nanni |
2022-08-25 | No need to include float.h anymore. | Todd C. Miller |
2022-08-24 | if the socket is connected, we can use recv() instead of recvfrom() | Theo de Raadt |
2022-08-21 | Provide the remaining QUIC API. | Joel Sing |
2022-08-21 | Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. | Joel Sing |
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 |