summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-046-102/+162
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-047-16/+30
* DECODER: Handle abstract object data typeRichard Levitte2020-10-042-6/+69
* Configuration: add initial NonStop values in OpenSSL::configRichard Levitte2020-10-031-0/+19
* Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler2020-10-031-0/+4
* Fix segfault on missing provider_query_operation()Nicola Tuveri2020-10-031-1/+2
* TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin2020-10-021-9/+15
* EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte2020-10-015-4/+20
* Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb2020-10-011-2/+0
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-0118-75/+74
* Run the withlibctx.pl scriptMatt Caswell2020-10-01162-1240/+1091
* Perl util to do with_libctx renamingMatt Caswell2020-10-011-0/+141
* der: _ossl prefix der_oid_ and der_aid_ functionsPauli2020-10-0111-66/+69
* der: _ossl prefix DER functionsPauli2020-10-0133-191/+199
* rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis2020-10-011-1/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-0144-370/+382
* prov: prefix aes-cbc-cts functions with ossl_Pauli2020-10-013-10/+10
* check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb2020-09-303-2/+10
* check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb2020-09-302-1/+9
* check-format.pl: Document how to run positive and negative self-testsDr. David von Oheimb2020-09-301-0/+4
* EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb2020-09-301-0/+4
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-308-32/+109
* 25-test_x509.t: Add test for suitable error report loading unsupported sm2 certDr. David von Oheimb2020-09-301-4/+11
* Configure: handle undefined shared_target.Richard Levitte2020-09-292-8/+2
* prov: prefix provider internal functions with ossl_Pauli2020-09-2987-235/+248
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-2995-896/+918
* 30-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and no-gost configurations di...Dr. David von Oheimb2020-09-281-9/+16
* appveyor.yml: Clean up minimal configuration, adding no-ec and pruning cascad...Dr. David von Oheimb2020-09-281-1/+1
* rand: declare get_hardware_random_value() before use.Pauli2020-09-281-1/+2
* Remove TODO comment from sskdf.cShane Lontis2020-09-281-5/+0
* todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli2020-09-281-2/+0
* optimise ssl3_get_cipher_by_std_name()hklaas2020-09-271-2/+1
* STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte2020-09-271-27/+0
* Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2020-09-268-7/+94
* Generate a certificate with critical id-pkix-ocsp-nocheck extensionTomas Mraz2020-09-262-1/+38
* OCSP_resp_find_status.pod: Slightly improve the documentation of various flagsDr. David von Oheimb2020-09-261-10/+11
* OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>Dr. David von Oheimb2020-09-261-51/+51
* Fix bug in EDDSA speed testShane Lontis2020-09-261-0/+1
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-2510-16/+72
* Remove openssl provider appShane Lontis2020-09-258-537/+6
* Update openssl list to support new provider objects.Shane Lontis2020-09-253-80/+484
* Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis2020-09-253-1/+35
* Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis2020-09-253-2/+36
* Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker2020-09-251-11/+55
* Document the provider side SM2 Asymmetric Cipher supportMatt Caswell2020-09-254-2/+55
* Extend the SM2 asym cipher testMatt Caswell2020-09-251-18/+50
* Remove some dead SM2 codeMatt Caswell2020-09-254-398/+1
* Clean up some SM2 related TODOs in the testsMatt Caswell2020-09-253-28/+7
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-257-2/+257
* Build: Make NonStop shared libraries only export selected symbolsRichard Levitte2020-09-253-10/+23