| Commit message (Expand) | Author | Files | Lines |
2023-02-07 | Fix arbitrary memory read in GENERAL_NAME_cmp()libressl-v3.5.4 | bluhm | 1 | -2/+3 |
2022-05-14 | Fix d2i_ASN1_OBJECT()libressl-v3.5.3 | tb | 1 | -2/+2 |
2022-04-10 | Set ASN1_OBJECT_FLAG_DYNAMIC_DATA flag with t2i_ASN1_OBJECT_internal | inoguchi | 1 | -1/+2 |
2022-04-07 | Avoid infinite loop on parsing DSA private keys | tb | 1 | -3/+24 |
2022-04-07 | Avoid infinite loop for custom curves of order 1 | tb | 2 | -4/+9 |
2022-04-03 | Initialize the mutex before making us of it from many threads. Prevents | anton | 1 | -28/+23 |
2022-03-31 | man pages: fix some typos found while looking for other issues | naddy | 1 | -2/+2 |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | naddy | 41 | -167/+167 |
2022-03-31 | Fix leak in ASN1_TIME_adj_internal() | tb | 1 | -3/+5 |
2022-03-31 | Simplify priv_key handling in d2i_ECPrivateKey() | tb | 1 | -8/+3 |
2022-03-31 | Check EVPDigest* return values. | tb | 1 | -4/+7 |
2022-03-30 | Add a simple test to ensure that pmeth->cleanup() can cope with NULL | tb | 2 | -2/+93 |
2022-03-30 | Avoid segfaults in EVP_PKEY_CTX_free() | tb | 2 | -4/+10 |
2022-03-30 | pkey_hmac_init(): use calloc() | tb | 1 | -7/+3 |
2022-03-30 | Remove double slash in path to test program. | anton | 1 | -9/+9 |
2022-03-29 | man pages: add missing word, The foo() ... -> The foo() function ... | naddy | 5 | -17/+18 |
2022-03-29 | Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGS | schwarze | 1 | -22/+21 |
2022-03-29 | man pages: add missing commas in enumerations | naddy | 3 | -9/+9 |
2022-03-29 | Bound cofactor in EC_GROUP_set_generator() | tb | 1 | -1/+7 |
2022-03-29 | Do not zero cofactor on ec_guess_cofactor() success | tb | 1 | -2/+6 |
2022-03-29 | Zap trailing whitespace | tb | 1 | -46/+46 |
2022-03-28 | Change internal functions to static in openssl(1) pkcs12 | inoguchi | 1 | -24/+30 |
2022-03-28 | Remove unused function cert_load in openssl(1) pkcs12 | inoguchi | 1 | -19/+1 |
2022-03-28 | Remove extra 'or' | claudio | 1 | -3/+2 |
2022-03-27 | Check EVP_Digest* functions return value in openssl(1) ts | inoguchi | 1 | -5/+16 |
2022-03-26 | name constraints: be more careful with NULs | tb | 2 | -12/+25 |
2022-03-26 | Clean up {dtls1,ssl3}_read_bytes() | jsing | 2 | -200/+166 |
2022-03-26 | Remove the minimum record length checks from dtls1_read_bytes() | jsing | 1 | -32/+1 |
2022-03-26 | Convert c2i_ASN1_OBJECT() and d2i_ASN1_OBJECT to CBS. | jsing | 1 | -81/+92 |
2022-03-26 | Provide asn1_get_primitive() | jsing | 2 | -2/+35 |
2022-03-25 | use the new CPU_ID_AA64ISAR0 sysctl to determine CPU features on arm64 | robert | 1 | -5/+55 |
2022-03-24 | Adjust the signer test to link statically and work with hidden tls_signer | tb | 2 | -3/+7 |
2022-03-24 | Crank major after symbol removal. | tb | 1 | -2/+2 |
2022-03-24 | Hide the tls_signer from public visibility. It's not ready yet and | tb | 3 | -29/+24 |
2022-03-24 | Check function return value | inoguchi | 1 | -2/+3 |
2022-03-24 | Compare pointer value with NULL | inoguchi | 1 | -63/+63 |
2022-03-24 | Wrap long lines | inoguchi | 1 | -39/+44 |
2022-03-24 | Remove space between asterisk and variable name | inoguchi | 1 | -22/+22 |
2022-03-24 | Convert openssl(1) ts option handling | inoguchi | 1 | -153/+285 |
2022-03-23 | openssl cms: avoid NULL derefs on option parsing | tb | 1 | -1/+3 |
2022-03-23 | Start disentangling armv7 and aarch64 code | tb | 8 | -6/+154 |
2022-03-20 | Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT(). | jsing | 1 | -53/+53 |
2022-03-19 | Remove three useless tests files | tb | 3 | -185/+0 |
2022-03-19 | Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj() | jsing | 3 | -32/+43 |
2022-03-19 | Revise regress for ascii/text to ASN.1 object conversion rewrite. | jsing | 1 | -58/+10 |
2022-03-19 | Rewrite ascii/text to ASN.1 object conversion. | jsing | 1 | -121/+167 |
2022-03-19 | Add another invalid separator test case. | jsing | 1 | -1/+5 |
2022-03-18 | Simplify SSL_do_handshake(). | jsing | 1 | -7/+5 |
2022-03-18 | Rewrite legacy DTLS unexpected handshake message handling. | jsing | 1 | -83/+139 |
2022-03-17 | Rewrite legacy TLS unexpected handshake message handling. | jsing | 1 | -78/+114 |