aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte2020-09-251-14/+1
* EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte2020-09-255-3/+33
* Configuration: Don't have shared libraries depend on themselvesRichard Levitte2020-09-251-6/+9
* Configuration: Make it possible to have an argument fileRichard Levitte2020-09-253-6/+40
* Hide ECX_KEY againRichard Levitte2020-09-258-102/+66
* Add key length check to rsa_kem operation.Shane Lontis2020-09-241-6/+21
* Test.pm: Some clarifications added to the documentationDr. David von Oheimb2020-09-241-6/+8
* apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb2020-09-241-7/+7
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-2418-56/+79
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-2415-56/+82
* ACVP: add test case for DRBGPauli2020-09-242-0/+135
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-244-6/+6
* Configure: Show 'enable' and 'disable' config attributesRichard Levitte2020-09-241-0/+2
* Configuration: Streamline NonStop entriesRichard Levitte2020-09-241-171/+267
* Simplify the tarball generating scriptsHu Keping2020-09-241-2/+1
* drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre2020-09-2311-19/+19
* Configurations/unix-Makefile.tmpl: make cleanup kinderRichard Levitte2020-09-231-3/+3
* Fix propq in x942kdfShane Lontis2020-09-231-4/+13
* Fix missing propq in sm2Shane Lontis2020-09-231-2/+4
* Fix missing propq in ffc_params_generateShane Lontis2020-09-231-2/+2
* Fix missing propq in ecdh_cms_set_shared_info()Shane Lontis2020-09-231-1/+1
* Fix ecx so that is uses a settable propertyqueryShane Lontis2020-09-2311-101/+165
* Fix ssl_hmac_new() so that it uses the propqShane Lontis2020-09-231-1/+1
* Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis2020-09-232-12/+52
* Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2020-09-235-8/+18
* Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis2020-09-231-1/+1
* Fix CID 1466710 : Resource leak in ec_kmgmt due to new call to ossl_prov_is_r...Shane Lontis2020-09-231-2/+6
* Fix CID 1466712 : Resource leak in ec_kmgmt due to new callto ossl_prov_is_ru...Shane Lontis2020-09-231-1/+5
* Fix CID 1466713 : Dead code in encode_key2text.cShane Lontis2020-09-231-16/+13
* Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new ...Shane Lontis2020-09-231-6/+4
* Fix CID 1467068 : Null pointer dereference in self_test.cShane Lontis2020-09-231-1/+3
* rand: add a test case for configuration based randomPauli2020-09-231-0/+103
* list: add capability to print details about the current DRBGsPauli2020-09-233-2/+116
* drbg: gettable parameters for cipher/digest/mac type.Pauli2020-09-233-0/+48
* kdf/mac: add name query calls for KDFs and MACsPauli2020-09-237-3/+35
* evp_rand: fix bug in gettable_ctx/settable_ctx callsPauli2020-09-231-2/+2
* Add a "random" configuration section.Pauli2020-09-238-5/+213
* DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_newDaniel Bevenius2020-09-231-1/+1
* rand: reference count the EVP_RAND contexts.Pauli2020-09-233-5/+37
* Add auto-gen SM2 der files into .gitignorePaul Yang2020-09-221-0/+2
* refactor get params functionsPaul Yang2020-09-221-101/+27
* support PARAM_SECURITY_BITS for SM2Paul Yang2020-09-221-2/+13
* Address review commentsPaul Yang2020-09-223-43/+9
* Add SM2 signature algorithm to default providerPaul Yang2020-09-2221-175/+799
* Add SM2 key managementPaul Yang2020-09-227-7/+295
* Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker2020-09-221-0/+16
* Add const to 'ppin' function parameterolszomal2020-09-212-4/+6
* DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.inRichard Levitte2020-09-211-0/+5