summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of out of bound reads in DNS response parsing.OPENBSD_7_1bluhm2023-03-161-1/+7
* Fix arbitrary memory read in GENERAL_NAME_cmp()libressl-v3.5.4bluhm2023-02-071-2/+3
* Fix d2i_ASN1_OBJECT()libressl-v3.5.3tb2022-05-141-2/+2
* Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internalinoguchi2022-04-101-1/+2
* Avoid infinite loop on parsing DSA private keystb2022-04-071-3/+24
* Avoid infinite loop for custom curves of order 1tb2022-04-072-4/+9
* Initialize the mutex before making us of it from many threads. Preventsanton2022-04-031-28/+23
* man pages: fix some typos found while looking for other issuesnaddy2022-03-311-2/+2
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-3141-167/+167
* Fix leak in ASN1_TIME_adj_internal()tb2022-03-311-3/+5
* Simplify priv_key handling in d2i_ECPrivateKey()tb2022-03-311-8/+3
* Check EVPDigest* return values.tb2022-03-311-4/+7
* Add a simple test to ensure that pmeth->cleanup() can cope with NULLtb2022-03-302-2/+93
* Avoid segfaults in EVP_PKEY_CTX_free()tb2022-03-302-4/+10
* pkey_hmac_init(): use calloc()tb2022-03-301-7/+3
* Remove double slash in path to test program.anton2022-03-301-9/+9
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-295-17/+18
* Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSschwarze2022-03-291-22/+21
* man pages: add missing commas in enumerationsnaddy2022-03-293-9/+9
* Bound cofactor in EC_GROUP_set_generator()tb2022-03-291-1/+7
* Do not zero cofactor on ec_guess_cofactor() successtb2022-03-291-2/+6
* Zap trailing whitespacetb2022-03-291-46/+46
* Change internal functions to static in openssl(1) pkcs12inoguchi2022-03-281-24/+30
* Remove unused function cert_load in openssl(1) pkcs12inoguchi2022-03-281-19/+1
* Remove extra 'or'claudio2022-03-281-3/+2
* Check EVP_Digest* functions return value in openssl(1) tsinoguchi2022-03-271-5/+16
* name constraints: be more careful with NULstb2022-03-262-12/+25
* Clean up {dtls1,ssl3}_read_bytes()jsing2022-03-262-200/+166
* Remove the minimum record length checks from dtls1_read_bytes()jsing2022-03-261-32/+1
* Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS.jsing2022-03-261-81/+92
* Provide asn1_get_primitive()jsing2022-03-262-2/+35
* use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64robert2022-03-251-5/+55
* Adjust the signer test to link statically and work with hidden tls_signertb2022-03-242-3/+7
* Crank major after symbol removal.tb2022-03-241-2/+2
* Hide the tls_signer from public visibility. It's not ready yet andtb2022-03-243-29/+24
* Check function return valueinoguchi2022-03-241-2/+3
* Compare pointer value with NULLinoguchi2022-03-241-63/+63
* Wrap long linesinoguchi2022-03-241-39/+44
* Remove space between asterisk and variable nameinoguchi2022-03-241-22/+22
* Convert openssl(1) ts option handlinginoguchi2022-03-241-153/+285
* openssl cms: avoid NULL derefs on option parsingtb2022-03-231-1/+3
* Start disentangling armv7 and aarch64 codetb2022-03-238-6/+154
* Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT().jsing2022-03-201-53/+53
* Remove three useless tests filestb2022-03-193-185/+0
* Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing2022-03-193-32/+43
* Revise regress for ascii/text to ASN.1 object conversion rewrite.jsing2022-03-191-58/+10
* Rewrite ascii/text to ASN.1 object conversion.jsing2022-03-191-121/+167
* Add another invalid separator test case.jsing2022-03-191-1/+5
* Simplify SSL_do_handshake().jsing2022-03-181-7/+5
* Rewrite legacy DTLS unexpected handshake message handling.jsing2022-03-181-83/+139