summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ASN1_INTEGER test coverage.jsing2022-04-231-1/+248
* Add missing self. From antontb2022-04-211-2/+2
* Clarify comments at the start of {asid,addr}_validate_path_internal()tb2022-04-212-7/+7
* Avoid expensive RFC 3779 checks during cert verificationtb2022-04-213-16/+22
* Fix X509_get_extension_flags()tb2022-04-211-2/+2
* Avoid use of uninitialized in BN_mod_exp_recp()tb2022-04-201-2/+3
* Drop unused KeyUpdate from debug printftb2022-04-191-3/+1
* Fix typo in last commit.millert2022-04-131-2/+2
* inet_net_pton_ipv6: avoid signed vs unsigned comparisonmillert2022-04-131-3/+5
* KNF for a brace and zap trailing blank linetb2022-04-121-3/+3
* 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