summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRichard Levitte2021-01-28313-313/+313
* Update NEWS.md before alpha11 releaseRichard Levitte2021-01-281-1/+5
* APPS: Restore inclusionsRichard Levitte2021-01-282-0/+2
* Fix running mingw dhparam test under wineMatt Caswell2021-01-271-1/+3
* Fix typo in thread_once commentsDaniel Bevenius2021-01-271-3/+3
* Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte2021-01-272-2/+9
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-2614-111/+295
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-263-11/+11
* DOC: Fix a few minor issues in OSSL_ENCODER / OSSL_DECODER docsRichard Levitte2021-01-262-5/+5
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-269-38/+13
* Check that the ecparam and pkeyparam do not mangle the parametersTomas Mraz2021-01-2631-22/+76
* Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz2021-01-262-2/+9
* ec: Document that -conv_form and -no_public are not supported with engineTomas Mraz2021-01-261-0/+3
* ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz2021-01-261-11/+7
* EVP_PKEY_get_group_name works with public keys as wellTomas Mraz2021-01-261-1/+1
* Add manpage for EVP_PKEY_get_field_type and EVP_PKEY_get_point_conv_formTomas Mraz2021-01-261-0/+55
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-265-60/+20
* Disable the test-ec completely when building with no-ecTomas Mraz2021-01-262-131/+110
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-265-27/+105
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-2651-950/+1406
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-264-0/+203
* krb5kdf: Do not dereference NULL ctx when allocation failsTomas Mraz2021-01-261-1/+3
* Drop TravisRichard Levitte2021-01-253-277/+10
* Github CI: Add a job for out-of-source build + installRichard Levitte2021-01-251-0/+21
* Unix Makefile generator: Fix empty basename callsRichard Levitte2021-01-251-13/+17
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-257-8/+23
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-236-48/+49
* OSSL_HTTP_REQ_CTX.pod: minor addition and remove redundant paragraphDr. David von Oheimb2021-01-231-5/+2
* OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POSTDr. David von Oheimb2021-01-232-24/+26
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-236-22/+24
* Add check of HTTP method to OSSL_HTTP_REQ_CTX_content()Dr. David von Oheimb2021-01-231-0/+4
* Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty inputDr. David von Oheimb2021-01-231-0/+1
* Fix no-dh and no-dsaMatt Caswell2021-01-221-5/+5
* Don't copy parameters on setting a key in libsslMatt Caswell2021-01-222-22/+5
* Ensure legacy_asn1_ctrl_to_param can handle MDs not in the OBJ databaseMatt Caswell2021-01-221-4/+33
* Unix Makefile generator: separate "simple" shared libraries from import libra...Richard Levitte2021-01-213-27/+63
* Check input size before NULL pointer test inside mem_write()zsugabubus2021-01-211-4/+4
* dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz2021-01-212-3/+11
* dh_cms_set_peerkey: The peer key is encoded as an ASN.1 integerTomas Mraz2021-01-211-1/+15
* Make the smdh.pem test certificate usable with fips providerTomas Mraz2021-01-212-31/+44
* kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz2021-01-211-1/+7
* Fixes related to broken DH support in CMSTomas Mraz2021-01-214-14/+16
* Pass correct maximum output length to provider derive operationTomas Mraz2021-01-212-9/+9
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-2111-133/+195
* X509_REQ_get_extensions(): Return empty stack if no extensions foundDr. David von Oheimb2021-01-211-1/+3
* apps/cmp.c: Check self-signature on CSR input and warn on failureDr. David von Oheimb2021-01-211-0/+8
* apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re...Dr. David von Oheimb2021-01-211-2/+8
* CI: Add some legacy stuff that we do not test in GitHub CI yetTomas Mraz2021-01-211-1/+1
* fall-back -> fallback find-doc-nit additionMichael Baentsch2021-01-211-0/+1
* Fix typo in crl2pkcs documentationTim Hitchins2021-01-211-1/+1