summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-07-16Remove function name from errorsRich Salz
2019-07-16Remove DRBG from SSL structure.Pauli
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-07-12remove end of line whitespacePauli
2019-07-12Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell
2019-07-12Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell
2019-07-12Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-07-12Coverity #1451596: check dirlen for being negativePauli
2019-07-12Coverity #1451595: use correct free function.Pauli
2019-07-15util/opensslwrap.sh: adjust to define OPENSSL_MODULES as wellRichard Levitte
2019-07-15In documentation, consistently refer to OpenSSL 3.0Richard Levitte
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-07-15Move the code for 'openssl list' to its own translation unit.Richard Levitte
2019-07-15Refactor apps/progs.* to be generate with 'make update'Richard Levitte
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs
2019-07-12issue-9316: Update return documentation for RAND_set_rand_engineagnosticdev
2019-07-11Make allocation/free/clean available to providersRich Salz
2019-07-11Adapt the provider AES for more use of OSSL_PARAMRichard Levitte
2019-07-11Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte
2019-07-11Make more use of OSSL_PARAM for ciphersRichard Levitte
2019-07-11test/evp_test.c: [ciphers] Test that we get back the same IV we gaveRichard Levitte
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-08A very brief explanation of how to add custom functions to OpenSSL.Dmitry Belyavskiy
2019-07-08iOS build: Replace %20 with space in config scriptJohn Schember
2019-07-08Fix build error for aarch64 big endian.Lei Maohui
2019-07-07man: fix typo in OPENSSL_fork_prepare.podDr. Matthias St. Pierre
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-04Prevent the use of RUN_ONCE inside the FIPS moduleMatt Caswell
2019-07-04Clarify documentation of SSL_CTX_set_verify client side behaviorTomas Mraz
2019-07-04Fix a typo and a syntax error in opensslconf.hBernd Edlinger
2019-07-04test/recipes/02_test_errstr.t: Make it less fragileRichard Levitte
2019-07-02Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo
2019-07-02Fix comment; unchecked->checkedRich Salz
2019-07-02Add a dummy call to BN_rand_ex() in the FIPS providerMatt Caswell
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02s390x assembly pack: fix various aes modes performance regressionPatrick Steuer
2019-07-02FIPS module: adapt for the changed error reporting methodsRichard Levitte
2019-07-02Replumbing: re-implement error reporting for providersRichard Levitte
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger
2019-07-02Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger
2019-07-02Fix TyposAntoine Cœur
2019-07-02test/p_test.c: silence -Wstringop-overflowPatrick Steuer
2019-07-01Remove EXPORT_VAR_AS_FUNCRich Salz
2019-07-01Remove global-var/function macrosRich Salz