summaryrefslogtreecommitdiffstats
path: root/pyca-cryptography (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz14-41/+140
2021-02-18DSA parameter check using pkeyparamDmitry Belyavskiy27-0/+442
2021-02-18Fix external symbols in the provider cipher implementations.Shane Lontis35-229/+244
2021-02-17x509_vfy: fix mem leaks in chain_build() on malloc error Coverify CID 1473068Dr. David von Oheimb1-7/+5
2021-02-17apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb2-26/+30
2021-02-17apps/ca.c: Make sure ext_ctx structure gets initializedDr. David von Oheimb1-4/+7
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz34-226/+211
2021-02-17Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()Richard Levitte2-8/+8
2021-02-17[doc/man3][OSSL_ENCODER] Move NOTES to the bottomNicola Tuveri1-6/+6
2021-02-17[doc/man3] Fix typo in DESCRIPTION of OSSL_ENCODER_propertiesNicola Tuveri1-1/+1
2021-02-17doc: document the two new RAND functionsPauli1-1/+22
2021-02-17rand: update DRBGs to use the get_entropy call for seedingPauli5-47/+73
2021-02-17core: add get_entropy and clear_entropy calls to RANDPauli1-0/+9
2021-02-17RNG test: add get_entropy hook for testing.Pauli1-0/+14
2021-02-17RNG seed: add get_entropy hook for seeding.Pauli1-0/+45
2021-02-17err: generated error filesPauli3-6/+13
2021-02-17test: DRBG test with long seed.Pauli1-0/+16
2021-02-17Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard2-3/+3
2021-02-17Fix propquery handling in EVP_DigestSignInit_exPetr Gotthard1-1/+1
2021-02-16TEST: Add missing initializationRichard Levitte1-1/+1
2021-02-16Update CHANGES and NEWS for new releaseMatt Caswell2-3/+45
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell5-2/+32
2021-02-16Fix rsa_test to properly test RSA_SSLV23_PADDINGMatt Caswell1-9/+34
2021-02-16Fix the RSA_SSLV23_PADDING padding typeMatt Caswell1-2/+8
2021-02-16Refactor rsa_testMatt Caswell1-63/+25
2021-02-16Test that X509_issuer_and_serial_hash doesn't crashMatt Caswell2-0/+2
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell1-0/+2
2021-02-16Do not match RFC 5114 groups without q as it is significantTomas Mraz1-1/+3
2021-02-15README-ENGINES: fix the link to the provider API READMEBeat Bolli1-1/+1
2021-02-15Document the newly added function EVP_PKEY_param_check_quick()Matt Caswell1-4/+11
2021-02-15Fix the dhparam_check testMatt Caswell8-18/+9
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell13-26/+67
2021-02-15Run DH_check_ex() not DH_check_params_ex() when checking paramsMatt Caswell1-1/+1
2021-02-15RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk1-2/+4
2021-02-15x509_vfy: remove redundant stack allocationBenjamin Kaduk1-9/+1
2021-02-15Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis2-6/+226
2021-02-14Remove an unnecessary free call.Pauli1-2/+0
2021-02-14Remove dead code in rsa_pkey_ctrl.Shane Lontis1-8/+0
2021-02-13passwd.c: use the actual ROUNDS_DEFAULT macroDisconnect3d1-1/+1
2021-02-12NOTES-WINDOWS: fix typoJay Satiro1-2/+2