summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-01fix for Missing null check after OPENSSL_zallocjayaram
2019-11-01md4/md5: macros should not include the line following themPatrick Steuer
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-10-31Fix L<> entries without sectionsRich Salz
2019-10-31Infrastructure for templated doc in POD filesRich Salz
2019-10-31evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointersRichard Levitte
2019-10-31Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64Jakub Zelenka
2019-10-31[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1Billy Brumley
2019-10-31Fix typo in cipher_chacha20_poly1305_hw.c.Kelvin Lee
2019-10-31Fix find/rm command in Unix clean recipeTanzinul Islam
2019-10-31Don't generate a MAC when using KTLS.John Baldwin
2019-10-31Fix BIO_get_ktls_send() and BIO_get_ktls_recv() to work again.John Baldwin
2019-10-31Simplify NO_KTLS path in SSL_sendfile.John Baldwin
2019-10-31Bypass multiblock and send individual records when using KTLS.Andrew Gallatin
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-10-31crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte
2019-10-31KDF: use string names not macros to align with other algorithms.Pauli
2019-10-30Add a GitHub issue template for documentation issuesDr. Matthias St. Pierre
2019-10-30Add a GitHub issue template for questionsDr. Matthias St. Pierre
2019-10-30Fix undefined array OPENSSL_ia32cap_P.Kelvin Lee
2019-10-30apps/dgst.c: allocate a new signature bufferPavel Karagodin
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-28Fix an s_server arbitrary file read issue on WindowsMatt Caswell
2019-10-28Fix a copy&paste error in the TLSv1.3 server side PSK documentationMatt Caswell
2019-10-28Clarify the description of the NULL argument in SSL_set1_host().Pauli
2019-10-28Allow EVP_PKEY_get0_RSA for RSA-PSS keysTobias Nießen
2019-10-28Cleanup hardcoded cipher suite codepoints in s_serverJohannes Bauer
2019-10-26github: switch issue templates to new labelsDr. Matthias St. Pierre
2019-10-25Strip BOM on loading PEM filesDmitry Belyavskiy
2019-10-24Fix broken links, mainly typo'sRich Salz
2019-10-2420-test_enc_more.t: Replace deprecated -ciphers option with -listTomas Mraz
2019-10-23Document "get/set-app-data" macros.Rich Salz
2019-10-23Enable runtime testing of no-deprecated builds in TravisCesar Pereida Garcia
2019-10-23Update control logic for BN_gcdCesar Pereida Garcia
2019-10-23Document the -inform, etc., in openssl.podRich Salz
2019-10-23Fix some wording and markupRich Salz
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-23Fix doc for EC_GROUP_set_curve()Nicola Tuveri
2019-10-23Improve formatting for man3/EC_GROUP_new.podNicola Tuveri
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-23Avoid using EC_GROUP_clear_free() internallyNicola Tuveri
2019-10-22fixed the RETURN VALUES section in the EC_GROUP documentationjayaram
2019-10-21Add/remove things from .gitignoreRich Salz
2019-10-21crypto/s390xcap.c: Add guards around the GETAUXVAL checksRichard Levitte
2019-10-21crypto/evp/pmeth_lib.c: Fix copy'n'paste errorRichard Levitte
2019-10-21Fix leak with no-ec configraja-ashok
2019-10-20ciphers/chacha20,poly1303: Fix two coverity errorsDr. Matthias St. Pierre
2019-10-20windows-makefile.tmpl: Convert all /I and /D to -I and -DRichard Levitte
2019-10-19Move random-related defines from e_os.h to rand_unix.cDr. Matthias St. Pierre
2019-10-19rand_unix.c: correct include guard commentsDr. Matthias St. Pierre