summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-08-29missing periodTheo Buehler
2022-08-29Fix a case where EndOfMibView wasn't honoured.Martijn van Duren
2022-08-29Provide ERR_R_INIT_FAIL.Joel Sing
2022-08-29Provide ASN1_R_TYPE_NOT_PRIMITIVE.Joel Sing
2022-08-29static const, not const staticJonathan Gray
2022-08-29update libfido2 to 1.11.0, taking in just over a year of upstreamDamien Miller
2022-08-29static inline, not inline staticJonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-28Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thatTheo Buehler
2022-08-28Encode an ASN.1 INTEGER with NULL data to value of zero.Joel Sing
2022-08-28remove unused blowfish inline definesJonathan Gray
2022-08-27Handle SSL_do_handshake() being called before SSL_provide_quic_data().Joel Sing
2022-08-27Provide additional defines for EVP AEAD.Joel Sing
2022-08-27Use ENTRY_NB() instead of ENTRY()Theo Buehler
2022-08-26Backout "Only return file descriptors to block or character devices"Klemens Nanni
2022-08-25Only return file descriptors to block or character devicesKlemens Nanni
2022-08-25No need to include float.h anymore.Todd C. Miller
2022-08-24if the socket is connected, we can use recv() instead of recvfrom()Theo de Raadt
2022-08-21Provide the remaining QUIC API.Joel Sing
2022-08-21Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.Joel Sing
2022-08-21Provide SSL_QUIC_METHOD.Joel Sing
2022-08-21Provide and use QUIC specific error reasons.Joel Sing
2022-08-21Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.Joel Sing
2022-08-21Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}Joel Sing
2022-08-21fix indent and zap trailing whitespaceTheo Buehler
2022-08-20zap a tabTheo Buehler
2022-08-20Provide EVP_chacha20_poly1305()Joel Sing
2022-08-20Remove bogus length checks from EVP_aead_chacha20_poly1305()Joel Sing
2022-08-20Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().Joel Sing
2022-08-20Rewrite i2c_ASN1_INTEGER() using CBB/CBS.Joel Sing
2022-08-20Make it possible to signal an error from an i2c_* function.Joel Sing
2022-08-20Add an empty pkcs12_local.h and include it where it will soon be needed.Theo Buehler
2022-08-18Adjust signatures of BIO_ctrl functionsTheo Buehler
2022-08-18Allow empty attribute sets in CSRsTheo Buehler
2022-08-18Tweak prototype to match function definition (n -> index)Theo Buehler
2022-08-17Implement the SSL_CTRL_GET_SHARED_GROUP controlTheo Buehler
2022-08-17Refactor tls1_get_supported_group()Theo Buehler
2022-08-17Add SSL_get_shared_{curve,group}()Theo Buehler
2022-08-17Make tls1_get_{format,group_}list() take a const SSLTheo Buehler
2022-08-17Provide ssl_security_shared_group()Theo Buehler
2022-08-17Deduplicate peer certificate chain processing code.Joel Sing
2022-08-16Remove obsolete kern.nselcoll sysctl.Visa Hankala
2022-08-15Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstreamTheo Buehler
2022-08-15Add missing RCS tag and zap a trailing spaceTheo Buehler
2022-08-15Initialize readbytes in BIO_gets()Theo Buehler
2022-08-15Avoid shadowing the cbs function parameter in tlsext_alpn_server_parse()Theo Buehler
2022-08-15Remove redeclaration of retTheo Buehler
2022-08-11Remove unused variableTheo Buehler
2022-08-10Avoid signed integer overflow due to unary negationTheo Buehler
2022-08-10Cast int64_t to uint64_t for negatingTheo Buehler