summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Auto add a label depending on the type of issue they report.Kurt Roeckx2019-07-162-0/+2
* Provider config module: allow providers to already be loadedRichard Levitte2019-07-161-1/+3
* Fix SSL_CTX_set_session_id_context() docsTodd Short2019-07-162-3/+3
* s390x assembly pack: fix restoring of SIGILL actionPatrick Steuer2019-07-161-5/+5
* Actually silently ignore GET / OCSP requestsViktor Dukhovni2019-07-161-2/+4
* Document the new EVP_KEYEXCH type and related functionsMatt Caswell2019-07-165-13/+124
* Add the ability to set PKCS#3 DH padding in providersMatt Caswell2019-07-169-7/+105
* Enable PKCS#3 DH in the providersMatt Caswell2019-07-161-2/+0
* Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell2019-07-165-1/+189
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-1614-135/+607
* Regenerate mkerr filesRich Salz2019-07-1684-5066/+2179
* Remove function name from errorsRich Salz2019-07-1615-273/+91
* Remove DRBG from SSL structure.Pauli2019-07-161-1/+0
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-1628-1027/+822
* remove end of line whitespacePauli2019-07-111-1/+1
* Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell2019-07-114-144/+129
* Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell2019-07-112-11/+53
* Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell2019-07-112-91/+62
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-1117-16/+20
* Add simple ASN.1 utils for DSA signature DER.David Makepeace2019-07-118-16/+665
* Coverity #1451596: check dirlen for being negativePauli2019-07-111-0/+2
* Coverity #1451595: use correct free function.Pauli2019-07-111-2/+2
* util/opensslwrap.sh: adjust to define OPENSSL_MODULES as wellRichard Levitte2019-07-151-0/+3
* In documentation, consistently refer to OpenSSL 3.0Richard Levitte2019-07-1530-31/+31
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-1514-42/+100
* Move the code for 'openssl list' to its own translation unit.Richard Levitte2019-07-155-513/+538
* Refactor apps/progs.* to be generate with 'make update'Richard Levitte2019-07-158-128/+683
* Fix wrong lock claimed in x509 dir lookup.Krists Krilovs2019-07-151-2/+2
* issue-9316: Update return documentation for RAND_set_rand_engineagnosticdev2019-07-111-3/+4
* Make allocation/free/clean available to providersRich Salz2019-07-116-148/+369
* Adapt the provider AES for more use of OSSL_PARAMRichard Levitte2019-07-111-119/+127
* Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte2019-07-116-92/+216
* Make more use of OSSL_PARAM for ciphersRichard Levitte2019-07-113-12/+9
* test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte2019-07-111-0/+8
* Replace long dash characters with normal ascii minusBernd Edlinger2019-07-092-2/+2
* Add X9.42 KDF.Shane Lontis2019-07-0918-139/+710
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-085-2/+20
* A very brief explanation of how to add custom functions to OpenSSL.Dmitry Belyavskiy2019-07-081-0/+26
* iOS build: Replace %20 with space in config scriptJohn Schember2019-07-081-4/+4
* Fix build error for aarch64 big endian.Lei Maohui2019-07-081-2/+2
* man: fix typo in OPENSSL_fork_prepare.podDr. Matthias St. Pierre2019-07-071-2/+2
* Fix an endless loop in BN_generate_prime_exBernd Edlinger2019-07-072-9/+46
* Prevent the use of RUN_ONCE inside the FIPS moduleMatt Caswell2019-07-041-6/+15
* Clarify documentation of SSL_CTX_set_verify client side behaviorTomas Mraz2019-07-041-5/+5
* Fix a typo and a syntax error in opensslconf.hBernd Edlinger2019-07-041-2/+2
* test/recipes/02_test_errstr.t: Make it less fragileRichard Levitte2019-07-041-7/+20
* Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo2019-07-021-2/+3
* Fix comment; unchecked->checkedRich Salz2019-07-021-1/+1
* Add a dummy call to BN_rand_ex() in the FIPS providerMatt Caswell2019-07-021-0/+3
* Make BIGNUM rand functions available within the FIPS moduleMatt Caswell2019-07-025-53/+78