summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-09-03Fix the failing libm/rint regress test by adding ieee754 implementationsMoritz Buhl
2022-09-02Use a shorter system call invocation template for system calls in the rangeMiod Vallat
2022-09-01Check sk_SSL_CIPHER_push() return valueTheo Buehler
2022-09-01Drop support for unused attributes 'bs' (d_bbsize) and 'sb'Kenneth R Westerback
2022-09-01Do not embed ident(1) strings in object code.Miod Vallat
2022-08-31Add an empty line for consistency.Theo Buehler
2022-08-31Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()Theo Buehler
2022-08-31Revert r1.46. Causes fireworks in regress.Theo Buehler
2022-08-31Remove most mentions of contexts on the stack.Theo Buehler
2022-08-31nasty whitespaceTheo Buehler
2022-08-31Rework DSA_size() and ECDSA_size()Theo Buehler
2022-08-31Switch loop bounds from size_t to int in check_hosts()Theo Buehler
2022-08-31Avoid potential NULL dereference in ssl_set_pkey()Theo Buehler
2022-08-31backport Xr fixJonathan Gray
2022-08-30Remove a commented-out sk_push that has been hanging around for > 20 yearsTheo Buehler
2022-08-30chacha20_poly1305_cleanup() should return 1Theo Buehler
2022-08-30Plug leak of BIO in tls13_quic_init()Theo Buehler
2022-08-30Plug memory leak in X509_REQ_print_ex()Theo Buehler
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