summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-06-24Don't skip the current provider in ossl_provider_register_child_cbMatt Caswell
2021-06-24Don't hold any locks while calling the provider init functionMatt Caswell
2021-06-24Only associate a provider with a store once it has been added to itMatt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Remove flag_couldbechildMatt Caswell
2021-06-24Add a new provider to the store only after we activate itMatt Caswell
2021-06-24Instantiate configuration supplied providers when we need themMatt Caswell
2021-06-24Instantiate user-added builtin providers when we need themMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-24OSSL_DECODER_from_bio: Avoid spurious decoder errorTomas Mraz
2021-06-24ossl_pw_get_passphrase: No ui method does not necessarily mean internal errorTomas Mraz
2021-06-24property: remove spurious incorrect commentsPauli
2021-06-24property: add locking for the property string databasePauli
2021-06-24err: add unable to get lock errorsPauli
2021-06-23Adapt other parts of the source to the changed EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-23Add assert.h to threads_pthread.c for NonStop thread compiles.Randall S. Becker
2021-06-23cmp_server.c: Fix check: certConf not allowed after transaction is closedDr. David von Oheimb
2021-06-23cmp_client.c: Print checkAfter value from pollRep before it may get modifiedDr. David von Oheimb
2021-06-23cross-reference the DH and RSA SECLEVEL to level of security mappingsHubert Kario
2021-06-22ec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_64_gcc_128Martin Schwenke
2021-06-22ec: Add alignment pseudo-op at beginning of functionMartin Schwenke
2021-06-22ec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-opsMartin Schwenke
2021-06-22bn: save/restore registers to/from stackMartin Schwenke
2021-06-22bn: Switch $i to be unused r9Martin Schwenke
2021-06-22bn: Drop unnecessary use of r9Martin Schwenke
2021-06-22bn: Update .align pseudo-ops to match conventionMartin Schwenke
2021-06-22bn: Drop use of .p2align pseudo-opMartin Schwenke
2021-06-22Add table entries for fips 186-5 related to RSA auxiliary probableShane Lontis
2021-06-22ec: Fail build on big-endian with enable-ec_nistp_64_gcc_128Martin Schwenke
2021-06-22Fix aes_core to use U64() macro..Shane Lontis
2021-06-22asn1: properly clean up on failed BIO creationPauli
2021-06-21Ensure we remove libctx DRBG state before removing the provider storeMatt Caswell
2021-06-20STORE: Fix OSSL_STORE_open_ex() error reportingRichard Levitte
2021-06-19Replace non-ASCII character in source fileTomas Mraz
2021-06-19rsa: fix indentationPauli
2021-06-19asn1: fix indentationPauli
2021-06-19crypto: repalce tabs with spacesPauli
2021-06-19params: fix range check when converting double to uint64_t.Pauli
2021-06-19params: avoid using intmax_t since it's not well supportedPauli
2021-06-18http_client.c: fix HTTP_VERSION_STR_LEN and make it more efficientDr. David von Oheimb
2021-06-18http_client.c: make HTTP_LINE1_MINLEN more efficientDr. David von Oheimb
2021-06-18http_client.c: make prefix checking more readable and more efficientDr. David von Oheimb
2021-06-18http_client.c: fix error reporting (a char was missing; improve style)Dr. David von Oheimb
2021-06-18http_client.c: fix OSSL_HTTP_proxy_connect() for HTTPS proxy useDr. David von Oheimb
2021-06-17Update copyright yearMatt Caswell
2021-06-16DSO: Fix the VMS DSO name converter to actually do somethingRichard Levitte
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb