summaryrefslogtreecommitdiffstats
path: root/crypto/getenv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-08Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove2-11/+22
2023-02-08CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb1-0/+1
2023-02-08cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb5-28/+72
2023-02-08ossl_cmp_mock_srv_new.pod: correct/update names of internal test support func...Dr. David von Oheimb1-10/+9
2023-02-08OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb1-7/+13
2023-02-08cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb1-2/+2
2023-02-08CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb1-1/+1
2023-02-08ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb1-6/+6
2023-02-08test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb1-1/+1
2023-02-08Fix BIO_set_indent() checkNiels Dossche1-1/+1
2023-02-08Add tests for FIPS keygen self test failures.slontis4-1/+257
2023-02-08Fix incomplete BIO_dup_state() error checkndossche1-1/+1
2023-02-08Fix incomplete check on CMS_SharedInfo_encodendossche1-1/+1
2023-02-08Fix error check on default_check() helper functionndossche1-1/+1
2023-02-08Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2Xiaokang Qian2-1/+3
2023-02-08S390x: Support ME and CRT offloadingJuergen Christ8-5/+291
2023-02-08Fix incomplete error check on BIO_set_md()ndossche1-1/+1
2023-02-08CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb1-7/+11
2023-02-08Add coverage test for ossl_rsa_sp800_56b_derive_params_from_pqslontis1-1/+40
2023-02-08CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb3-34/+36
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch6-0/+184
2023-02-08check-format.pl: fix statistics on whitespace and nesting issuesDr. David von Oheimb1-3/+3
2023-02-08check-format.pl: fix detection of '#ifdef __cplusplus'Dr. David von Oheimb1-1/+1
2023-02-08check-format.pl: fix detection of function body startDr. David von Oheimb1-3/+3
2023-02-08Rationalize FIPS sourcesTomas Mraz23-605/+653
2023-02-08Add Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_ASN1_OCTET_STRINGslontis2-0/+211
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis4-30/+38
2023-02-08fuzz: make post handshake reachablePhilippe Antoine4-6/+34
2023-02-08Document limits on static and dynamic linking for HPE NonStop platforms.Randall S. Becker1-0/+14
2023-02-08Fix a potential memory leak in apps/s_server.cbesher1-0/+1
2023-02-08Fix incomplete error check on BIO_set_accept_name()ndossche1-1/+1
2023-02-08Restrict the Arm 'LDR REG, =VALUE' pseudo instruction on Neon, to appease clangTom Cosgrove1-0/+10
2023-02-08ci: Add djgpp buildJ.W. Jagersma1-0/+11
2023-02-08des: prevent error when using two key triple DES with a random keyPauli2-5/+28
2023-02-08Fix more VMS inclusionsRichard Levitte1-4/+10
2023-02-08Internaly declare the DSA type for no-deprecated buildsTomas Mraz1-0/+3
2023-02-07remove EdDSA from changes entry about non-fips algorithmsPauli1-1/+2
2023-02-07doc: remove EdDSA from list of non-FIPS algorithms.Pauli3-5/+7
2023-02-07Put EdDSA back as approved algorithms.Pauli1-4/+4
2023-02-07Enable some disabled __owursDmitry Belyavskiy3-45/+58
2023-02-07Additional testcase for missing return check of BIO_set_md() callsTomas Mraz2-2/+49
2023-02-07Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz1-1/+2
2023-02-07Add testcase for missing return check of BIO_set_md() callsTomas Mraz2-2/+45
2023-02-07pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz1-2/+10
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau3-2/+10
2023-02-07Add test for DSA pubkey without param import and checkTomas Mraz3-11/+49
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz3-1/+28
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz2-4/+5
2023-02-07Fix NULL deference when validating FFC public key.slontis3-0/+41
2023-02-07Add test for d2i_PKCS7 NULL dereferenceTomas Mraz2-4/+10