summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-02Avoid races by caching exported ciphers in the init functionMatt Caswell
2021-02-02Refactor RAND_get0_primary() lockingMatt Caswell
2021-02-02Add a multi-thread test for shared EVP_PKEYsMatt Caswell
2021-02-02Deprecate X509_certificate_typeRich Salz
2021-02-02Add some PKIX-RPKI objectsJob Snijders
2021-02-02OSSL_HTTP_REQ_CTX.pod and OSSL_HTTP_transfer.pod: various improvementsDr. David von Oheimb
2021-02-02Constify OSSL_HTTP_REQ_CTX_get0_mem_bio()Dr. David von Oheimb
2021-02-02HTTP: add more error detection to low-level APIDr. David von Oheimb
2021-02-02HTTP: Fix mistakes and unclarities on maxline and max_resp_len paramsDr. David von Oheimb
2021-02-02Fix not backwards-compat X509_http_nbio() and X509_CRL_http_nbio()Dr. David von Oheimb
2021-02-02OSSL_HTTP_REQ_CTX_nbio(): Revert to having state var that keeps req len still...Dr. David von Oheimb
2021-02-01PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte
2021-02-01Fix some odd names in our provider source codeRichard Levitte
2021-02-01Test that EC keys without a public key in them work as expectedMatt Caswell
2021-02-01Ensure EC keys with a private key but without a public key can be createdMatt Caswell
2021-01-29rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz
2021-01-28EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius
2021-01-28Remove superfluous EVP_KDF_CTRL_ defines.Juergen Christ
2021-01-28Fix parameter types in sshkdfJuergen Christ
2021-01-28Fix cipher reinit on s390x if no key is specifiedJuergen Christ
2021-01-28check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb
2021-01-28Fix rsa_pss_asn1_meth to refert to rsa_sig_info_setDr. David von Oheimb
2021-01-28obj_xref: rsassaPss must map to 'undef rsassaPss' (not 'undef rsaEncryption')Dr. David von Oheimb
2021-01-28Prepare for 3.0 alpha 12Richard Levitte
2021-01-28Prepare for release of 3.0 alpha 11openssl-3.0.0-alpha11Richard Levitte
2021-01-28Update copyright yearRichard Levitte
2021-01-28Update NEWS.md before alpha11 releaseRichard Levitte
2021-01-28APPS: Restore inclusionsRichard Levitte
2021-01-27Fix running mingw dhparam test under wineMatt Caswell
2021-01-27Fix typo in thread_once commentsDaniel Bevenius
2021-01-27Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte
2021-01-26TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb
2021-01-26params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno
2021-01-26DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docsRichard Levitte
2021-01-26Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte
2021-01-26Check that the ecparam and pkeyparam do not mangle the parametersTomas Mraz
2021-01-26Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz
2021-01-26ec: Document that -conv_form and -no_public are not supported with engineTomas Mraz
2021-01-26ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz
2021-01-26EVP_PKEY_get_group_name works with public keys as wellTomas Mraz
2021-01-26Add manpage for EVP_PKEY_get_field_type and EVP_PKEY_get_point_conv_formTomas Mraz
2021-01-26Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz
2021-01-26Disable the test-ec completely when building with no-ecTomas Mraz
2021-01-26Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-26Add functions to set values into an EVP_PKEYShane Lontis
2021-01-26krb5kdf: Do not dereference NULL ctx when allocation failsTomas Mraz
2021-01-25Drop TravisRichard Levitte
2021-01-25Github CI: Add a job for out-of-source build + installRichard Levitte
2021-01-25Unix Makefile generator: Fix empty basename callsRichard Levitte