| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the ASN.1 decoder tag/length cache (TLC). | jsing | 2022-04-27 | 1 | -90/+37 |
* | ASN1_{,const_}check_infinite_end(3) were removed in the last major bump, | tb | 2022-04-27 | 1 | -5/+2 |
* | Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i(). | jsing | 2022-04-26 | 3 | -9/+14 |
* | Rewrite c2i_ASN1_BIT_STRING() using CBS. | jsing | 2022-04-23 | 1 | -44/+83 |
* | Convert asn1_ex_c2i() to CBS. | jsing | 2022-04-23 | 3 | -24/+43 |
* | Add ASN1_INTEGER test coverage. | jsing | 2022-04-23 | 1 | -1/+248 |
* | Add missing self. From anton | tb | 2022-04-21 | 1 | -2/+2 |
* | Clarify comments at the start of {asid,addr}_validate_path_internal() | tb | 2022-04-21 | 2 | -7/+7 |
* | Avoid expensive RFC 3779 checks during cert verification | tb | 2022-04-21 | 3 | -16/+22 |
* | Fix X509_get_extension_flags() | tb | 2022-04-21 | 1 | -2/+2 |
* | Avoid use of uninitialized in BN_mod_exp_recp() | tb | 2022-04-20 | 1 | -2/+3 |
* | Drop unused KeyUpdate from debug printf | tb | 2022-04-19 | 1 | -3/+1 |
* | Fix typo in last commit. | millert | 2022-04-13 | 1 | -2/+2 |
* | inet_net_pton_ipv6: avoid signed vs unsigned comparison | millert | 2022-04-13 | 1 | -3/+5 |
* | KNF for a brace and zap trailing blank line | tb | 2022-04-12 | 1 | -3/+3 |
* | Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal | inoguchi | 2022-04-10 | 1 | -1/+2 |
* | Avoid infinite loop on parsing DSA private keys | tb | 2022-04-07 | 1 | -3/+24 |
* | Avoid infinite loop for custom curves of order 1 | tb | 2022-04-07 | 2 | -4/+9 |
* | Initialize the mutex before making us of it from many threads. Prevents | anton | 2022-04-03 | 1 | -28/+23 |
* | man pages: fix some typos found while looking for other issues | naddy | 2022-03-31 | 1 | -2/+2 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 41 | -167/+167 |
* | Fix leak in ASN1_TIME_adj_internal() | tb | 2022-03-31 | 1 | -3/+5 |
* | Simplify priv_key handling in d2i_ECPrivateKey() | tb | 2022-03-31 | 1 | -8/+3 |
* | Check EVPDigest* return values. | tb | 2022-03-31 | 1 | -4/+7 |
* | Add a simple test to ensure that pmeth->cleanup() can cope with NULL | tb | 2022-03-30 | 2 | -2/+93 |
* | Avoid segfaults in EVP_PKEY_CTX_free() | tb | 2022-03-30 | 2 | -4/+10 |
* | pkey_hmac_init(): use calloc() | tb | 2022-03-30 | 1 | -7/+3 |
* | Remove double slash in path to test program. | anton | 2022-03-30 | 1 | -9/+9 |
* | man pages: add missing word, The foo() ... -> The foo() function ... | naddy | 2022-03-29 | 5 | -17/+18 |
* | Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS | schwarze | 2022-03-29 | 1 | -22/+21 |
* | man pages: add missing commas in enumerations | naddy | 2022-03-29 | 3 | -9/+9 |
* | Bound cofactor in EC_GROUP_set_generator() | tb | 2022-03-29 | 1 | -1/+7 |
* | Do not zero cofactor on ec_guess_cofactor() success | tb | 2022-03-29 | 1 | -2/+6 |
* | Zap trailing whitespace | tb | 2022-03-29 | 1 | -46/+46 |
* | Change internal functions to static in openssl(1) pkcs12 | inoguchi | 2022-03-28 | 1 | -24/+30 |
* | Remove unused function cert_load in openssl(1) pkcs12 | inoguchi | 2022-03-28 | 1 | -19/+1 |
* | Remove extra 'or' | claudio | 2022-03-28 | 1 | -3/+2 |
* | Check EVP_Digest* functions return value in openssl(1) ts | inoguchi | 2022-03-27 | 1 | -5/+16 |
* | name constraints: be more careful with NULs | tb | 2022-03-26 | 2 | -12/+25 |
* | Clean up {dtls1,ssl3}_read_bytes() | jsing | 2022-03-26 | 2 | -200/+166 |
* | Remove the minimum record length checks from dtls1_read_bytes() | jsing | 2022-03-26 | 1 | -32/+1 |
* | Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS. | jsing | 2022-03-26 | 1 | -81/+92 |
* | Provide asn1_get_primitive() | jsing | 2022-03-26 | 2 | -2/+35 |
* | use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64 | robert | 2022-03-25 | 1 | -5/+55 |
* | Adjust the signer test to link statically and work with hidden tls_signer | tb | 2022-03-24 | 2 | -3/+7 |
* | Crank major after symbol removal. | tb | 2022-03-24 | 1 | -2/+2 |
* | Hide the tls_signer from public visibility. It's not ready yet and | tb | 2022-03-24 | 3 | -29/+24 |
* | Check function return value | inoguchi | 2022-03-24 | 1 | -2/+3 |
* | Compare pointer value with NULL | inoguchi | 2022-03-24 | 1 | -63/+63 |
* | Wrap long lines | inoguchi | 2022-03-24 | 1 | -39/+44 |