aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell18-75/+74
2020-10-01Run the withlibctx.pl scriptMatt Caswell162-1240/+1091
2020-10-01Perl util to do with_libctx renamingMatt Caswell1-0/+141
2020-10-01der: _ossl prefix der_oid_ and der_aid_ functionsPauli11-66/+69
2020-10-01der: _ossl prefix DER functionsPauli33-191/+199
2020-10-01rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis1-1/+1
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli44-370/+382
2020-10-01prov: prefix aes-cbc-cts functions with ossl_Pauli3-10/+10
2020-09-30check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb3-2/+10
2020-09-30check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb2-1/+9
2020-09-30check-format.pl: Document how to run positive and negative self-testsDr. David von Oheimb1-0/+4
2020-09-30EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb1-0/+4
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb8-32/+109
2020-09-3025-test_x509.t: Add test for suitable error report loading unsupported sm2 certDr. David von Oheimb1-4/+11
2020-09-29Configure: handle undefined shared_target.Richard Levitte2-8/+2
2020-09-29prov: prefix provider internal functions with ossl_Pauli87-235/+248
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli95-896/+918
2020-09-2830-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and no-gost configurations di...Dr. David von Oheimb1-9/+16
2020-09-28appveyor.yml: Clean up minimal configuration, adding no-ec and pruning cascad...Dr. David von Oheimb1-1/+1
2020-09-28rand: declare get_hardware_random_value() before use.Pauli1-1/+2
2020-09-28Remove TODO comment from sskdf.cShane Lontis1-5/+0
2020-09-28todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli1-2/+0
2020-09-27optimise ssl3_get_cipher_by_std_name()hklaas1-2/+1
2020-09-27STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte1-27/+0
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb8-7/+94
2020-09-26Generate a certificate with critical id-pkix-ocsp-nocheck extensionTomas Mraz2-1/+38
2020-09-26OCSP_resp_find_status.pod: Slightly improve the documentation of various flagsDr. David von Oheimb1-10/+11
2020-09-26OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>Dr. David von Oheimb1-51/+51
2020-09-26Fix bug in EDDSA speed testShane Lontis1-0/+1
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch10-16/+72
2020-09-26Remove openssl provider appShane Lontis8-537/+6
2020-09-26Update openssl list to support new provider objects.Shane Lontis3-80/+484
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis3-1/+35
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis3-2/+36
2020-09-25Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker1-11/+55
2020-09-25Document the provider side SM2 Asymmetric Cipher supportMatt Caswell4-2/+55
2020-09-25Extend the SM2 asym cipher testMatt Caswell1-18/+50
2020-09-25Remove some dead SM2 codeMatt Caswell4-398/+1
2020-09-25Clean up some SM2 related TODOs in the testsMatt Caswell3-28/+7
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell7-2/+257
2020-09-25Build: Make NonStop shared libraries only export selected symbolsRichard Levitte3-10/+23
2020-09-25TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte1-14/+1
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte5-3/+33
2020-09-25Configuration: Don't have shared libraries depend on themselvesRichard Levitte1-6/+9
2020-09-25Configuration: Make it possible to have an argument fileRichard Levitte3-6/+40
2020-09-25Hide ECX_KEY againRichard Levitte8-102/+66
2020-09-24Add key length check to rsa_kem operation.Shane Lontis1-6/+21
2020-09-24Test.pm: Some clarifications added to the documentationDr. David von Oheimb1-6/+8
2020-09-24apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb1-7/+7
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb18-56/+79