Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-21ciphers/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
2019-10-18Update dgst.c to show a list of message digestsagnosticdev
2019-10-18Doc for the added internal RSA functionsRichard Levitte
2019-10-18Move the version function declarations to include/openssl/crypto.hRichard Levitte
2019-10-18Remove the version number in READMERichard Levitte
2019-10-18Generate include/openssl/opensslv.hRichard Levitte
2019-10-18Configure: get version from the file 'VERSION' instead of 'opensslv.h'Richard Levitte
2019-10-18Replace BUF_ string function calls with OPENSSL_ onesRich Salz
2019-10-17Move BLAKE2 digests completely to the default providerRichard Levitte
2019-10-17evp_keymgmt_export_to_provider(): adjust OSSL_PARAM array for transferRichard Levitte
2019-10-17test/keymgmt_internal_test.c: New test of keymgmt internalsRichard Levitte
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte
2019-10-17Added internal functions for easy getting and setting all RSA parameters.Richard Levitte
2019-10-17Add GCD testing infrastructure.Cesar Pereida Garcia
2019-10-17Constant-time GCD function.Cesar Pereida Garcia
2019-10-17Unify BN_rshift designCesar Pereida Garcia
2019-10-17Don't abuse the API when that's not what is testedRichard Levitte
2019-10-17DSA: Add export of keys and domain parameters from providerRichard Levitte