openssl.git
2019-11-01 Patrick Steuermd4/md5: macros should not include the line following...
2019-11-01 Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-31 Rich SalzFix L<> entries without sections
2019-10-31 Rich SalzInfrastructure for templated doc in POD files
2019-10-31 Richard Levitteevp_pkey_ctx_free_old_ops(): Make sure to assign NULL...
2019-10-31 Jakub ZelenkaFix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENU...
2019-10-31 Billy Brumley[crypto/bn] fix a few small timing leaks in BN_lshift1...
2019-10-31 Kelvin LeeFix typo in cipher_chacha20_poly1305_hw.c.
2019-10-31 Tanzinul IslamFix find/rm command in Unix clean recipe
2019-10-31 John BaldwinDon't generate a MAC when using KTLS.
2019-10-31 John BaldwinFix BIO_get_ktls_send() and BIO_get_ktls_recv() to...
2019-10-31 John BaldwinSimplify NO_KTLS path in SSL_sendfile.
2019-10-31 Andrew GallatinBypass multiblock and send individual records when...
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-10-31 Richard Levittecrypto/evp/evp_fetch.c: Make it more prominent that...
2019-10-31 PauliKDF: use string names not macros to align with other...
2019-10-30 Dr. Matthias... Add a GitHub issue template for documentation issues
2019-10-30 Dr. Matthias... Add a GitHub issue template for questions
2019-10-30 Kelvin LeeFix undefined array OPENSSL_ia32cap_P.
2019-10-30 Pavel Karagodinapps/dgst.c: allocate a new signature buffer
2019-10-29 Dr. David von... chunk 5 of CMP contribution to OpenSSL
2019-10-28 Matt CaswellFix an s_server arbitrary file read issue on Windows
2019-10-28 Matt CaswellFix a copy&paste error in the TLSv1.3 server side PSK...
2019-10-28 PauliClarify the description of the NULL argument in SSL_set...
2019-10-28 Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-28 Johannes BauerCleanup hardcoded cipher suite codepoints in s_server
2019-10-25 Dr. Matthias... github: switch issue templates to new labels
2019-10-25 Dmitry BelyavskiyStrip BOM on loading PEM files
2019-10-24 Rich SalzFix broken links, mainly typo's
2019-10-24 Tomas Mraz20-test_enc_more.t: Replace deprecated -ciphers option...
2019-10-23 Rich SalzDocument "get/set-app-data" macros.
2019-10-23 Cesar Pereida... Enable runtime testing of no-deprecated builds in Travis
2019-10-23 Cesar Pereida... Update control logic for BN_gcd
2019-10-23 Rich SalzDocument the -inform, etc., in openssl.pod
2019-10-23 Rich SalzFix some wording and markup
2019-10-23 Simo SorceAdd KRB5KDF from RFC 3961
2019-10-22 Nicola TuveriFix doc for EC_GROUP_set_curve()
2019-10-22 Nicola TuveriImprove formatting for man3/EC_GROUP_new.pod
2019-10-22 Nicola TuveriDeprecate EC_GROUP_clear_free()
2019-10-22 Nicola TuveriAvoid using EC_GROUP_clear_free() internally
2019-10-22 jayaramfixed the RETURN VALUES section in the EC_GROUP documen...
2019-10-21 Rich SalzAdd/remove things from .gitignore
2019-10-21 Richard Levittecrypto/s390xcap.c: Add guards around the GETAUXVAL...
2019-10-21 Richard Levittecrypto/evp/pmeth_lib.c: Fix copy'n'paste error
2019-10-20 raja-ashokFix leak with no-ec config
2019-10-20 Dr. Matthias... ciphers/chacha20,poly1303: Fix two coverity errors
2019-10-20 Richard Levittewindows-makefile.tmpl: Convert all /I and /D to -I...
2019-10-18 Dr. Matthias... Move random-related defines from e_os.h to rand_unix.c
2019-10-18 Dr. Matthias... rand_unix.c: correct include guard comments
2019-10-18 agnosticdevUpdate dgst.c to show a list of message digests
2019-10-18 Richard LevitteDoc for the added internal RSA functions
2019-10-18 Richard LevitteMove the version function declarations to include/opens...
2019-10-18 Richard LevitteRemove the version number in README
2019-10-18 Richard LevitteGenerate include/openssl/opensslv.h
2019-10-18 Richard LevitteConfigure: get version from the file 'VERSION' instead...
2019-10-17 Rich SalzReplace BUF_ string function calls with OPENSSL_ ones
2019-10-17 Richard LevitteMove BLAKE2 digests completely to the default provider
2019-10-17 Richard Levitteevp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
2019-10-17 Richard Levittetest/keymgmt_internal_test.c: New test of keymgmt internals
2019-10-17 Richard LevitteNew RSA keymgmt implementation to handle import / expor...
2019-10-17 Richard LevitteAdded internal functions for easy getting and setting...
2019-10-17 Cesar Pereida... Add GCD testing infrastructure.
2019-10-17 Cesar Pereida... Constant-time GCD function.
2019-10-17 Cesar Pereida... Unify BN_rshift design
2019-10-17 Richard LevitteDon't abuse the API when that's not what is tested
2019-10-17 Richard LevitteDSA: Add export of keys and domain parameters from...
2019-10-17 Richard LevitteDH: Add export of keys and domain parameters from provider
2019-10-17 Richard LevitteDSA: Add export of domain parameters to provider
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17 Richard LevitteConfigure: break long lines in build files
2019-10-17 Richard LevitteRename internal function name_cmp() to v3_name_cmp()
2019-10-17 Richard Levitteevp_generic_do_all(): fix passing of method data
2019-10-17 Richard Levitte'openssl list' and 'openssl provider': adapt display...
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-10-17 Richard LevitteSome docs cleanup
2019-10-17 Richard LevitteFor provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CT...
2019-10-17 Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return...
2019-10-17 Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-10-16 Richard Levittedoc/man3/EVP_PKEY_CTX_new.pod: change markup according...
2019-10-16 Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-16 Andreas SchnebingerFix typo and create compatibility macro
2019-10-16 Matt CaswellCorrectly handle SSL3 Master Secret when calling providers
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-16 Shane LontisFix missing Assembler defines
2019-10-15 Nicola Tuveri[ec_asn1.c] Avoid injecting seed when built-in matches
2019-10-15 Rich SalzRefactor many common flags into openssl.pod
2019-10-14 Rich SalzRemove duplicated line in 'openssl list' output
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-10-14 Kurt RoeckxUse fewer primes for the trial division
2019-10-14 Richard LevitteMove MD2, MD4 and MD5 digests completely to the providers
2019-10-14 Rich SalzReplace '=for comment ifdef' with '=for openssl'
2019-10-14 Richard LevitteBuilding: Add modules with DEPENDs to GENERATEd files
2019-10-14 Richard LevitteRestore MD5-SHA1 in legacy method database
2019-10-14 Richard LevitteKDF: clean away old EVP_KDF declarations
2019-10-10 PauliRemove providers/default which seems to have been missed.
2019-10-13 Dr. Matthias... Configure: accept Windows style compiler options
2019-10-12 Viktor DukhovniIgnore empty ALPN elements in CLI args
next