summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-10Coverity 1528496: remove assignment of unused valueTomas Mraz
2023-06-10Coverity 1529992: Check return value of sscanf()Tomas Mraz
2023-06-10Coverity 1531836: Check return value of CRYPTO_atomic_add()Tomas Mraz
2023-06-10Coverity 1531872: j is not used anywhere later, remove the assignmentTomas Mraz
2023-06-10Include poll.h instead of incorrect sys/poll.hTomas Mraz
2023-06-10Fix failures of OS Zoo CITomas Mraz
2023-06-10Set RC4 defines on libcrypto/liblegacyTomas Mraz
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-06-09util/find-doc-nits: extend regex to match new OPT_INFORM AMatthias St. Pierre
2023-06-09apps/asn1parse: improve RFC7462 complianceDr. Matthias St. Pierre
2023-06-09apps/opt: refactor input format parsingDr. Matthias St. Pierre
2023-06-09Optimize CMAC_Update for better performance.fisher.yu
2023-06-09Update CMAC cipher algorithm list and test cases.fisher.yu
2023-06-08Add 3.0.9 to list of FIPS releasesPauli
2023-06-08Update versions tested to include 3.1.1Pauli
2023-06-08kdf test: restrict the version of the FIPS providerPauli
2023-06-08Workaround false positive warning of MSAN in eng_rdrand.cAntony Polukhin
2023-06-08Bump coverallsapp/github-action from 2.1.2 to 2.2.0dependabot[bot]
2023-06-08build.info: Introduce special syntax for dependencies on script modulesRichard Levitte
2023-06-06Modify ENGINE_pkey_asn1_find_str() to use a read lock instead of a writeMatt Caswell
2023-06-06Convert the ENGINE struct_ref field to be an atomicMatt Caswell
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-06Make link to RFC 1578 in CHANGES.md be a proper linkTomas Mraz
2023-06-06Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translateRichard Levitte
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-06doc: note that out ChaCha20 isn't standard compliant.Pauli
2023-06-05Don't take a write lock to retrieve a value from a stackMatt Caswell
2023-06-05Avoid an unneccessary lock if we didn't add anything to the storeMatt Caswell
2023-06-03Remove pointless warning on pkcs12 importDmitry Belyavskiy
2023-06-02Update fuzz/corpora submodule to latest dataTomas Mraz
2023-06-02Fix documentation where openssl-genrsa is listed asDarana
2023-06-02possible workaroundPauli
2023-06-02Update .gitignorePauli
2023-06-02gcm: use the new faster param location mechanism.Pauli
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-06-02Avoid taking a write lock in ossl_provider_doall_activated()Matt Caswell
2023-06-02Enable obtaining certain DRBG params without a lockMatt Caswell
2023-06-02Refactor the DRBG implementations to manage locking themselvesMatt Caswell
2023-06-01openssl-cmp.pod.in: tweak doc of -subject, -issuer, -keep_alive, and -untrustedDr. David von Oheimb
2023-06-01cmp_mock_srv.c: improve comment on cert to be produced from request templateDr. David von Oheimb
2023-06-01cmp_client.c: add comment on certConf and add 'ossl_unused' to two functionsDr. David von Oheimb
2023-06-01apps.c: add comment to do_X509_sign() referring to question #19805Dr. David von Oheimb
2023-06-01apps/cmp.c: make management of http_cb_arg pointer more robustDr. David von Oheimb
2023-06-01apps/cmp.c: improve warnings on option useDr. David von Oheimb
2023-06-01CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb
2023-06-01SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb