| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 40 | -145/+145 |
* | 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 |
* | 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 |
* | 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 |
* | Remove extra 'or' | claudio | 2022-03-28 | 1 | -3/+2 |
* | 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 |
* | 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 |
* | Start disentangling armv7 and aarch64 code | tb | 2022-03-23 | 8 | -6/+154 |
* | Move/group i2d_ASN1_OBJECT() and d2i_ASN1_OBJECT(). | jsing | 2022-03-20 | 1 | -53/+53 |
* | Remove three useless tests files | tb | 2022-03-19 | 3 | -185/+0 |
* | Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj() | jsing | 2022-03-19 | 3 | -32/+43 |
* | Rewrite ascii/text to ASN.1 object conversion. | jsing | 2022-03-19 | 1 | -121/+167 |
* | Simplify SSL_do_handshake(). | jsing | 2022-03-18 | 1 | -7/+5 |
* | Rewrite legacy DTLS unexpected handshake message handling. | jsing | 2022-03-18 | 1 | -83/+139 |
* | Rewrite legacy TLS unexpected handshake message handling. | jsing | 2022-03-17 | 1 | -78/+114 |
* | Clean up and simplify ssl3_renegotiate{,_check}() | jsing | 2022-03-17 | 1 | -22/+15 |
* | Remove const from tls1_transcript_hash_value() | jsing | 2022-03-17 | 2 | -5/+5 |
* | Rework ASN1_STRING_set() | jsing | 2022-03-17 | 1 | -14/+21 |
* | Make gcc 4 happier about x509_addr.c | tb | 2022-03-16 | 1 | -6/+8 |
* | LibreSSL 3.5.2 | bcook | 2022-03-15 | 1 | -3/+3 |
* | Initialise *out_name at the start of i2t_ASN1_OBJECT_name(). | jsing | 2022-03-15 | 1 | -1/+3 |
* | Fix infinite loop in BN_mod_sqrt() | tb | 2022-03-15 | 1 | -14/+15 |
* | Allow constraints of the form @domain.com | tb | 2022-03-14 | 1 | -10/+17 |
* | Rework ownership handling in x509_constraints_validate() | tb | 2022-03-14 | 3 | -39/+49 |
* | Factor out unexpected handshake message handling code in the legacy stack. | jsing | 2022-03-14 | 2 | -229/+256 |
* | Factor out ASN1_STRING clearing code. | jsing | 2022-03-14 | 1 | -4/+15 |
* | First pass clean up of ASN1_STRING code. | jsing | 2022-03-14 | 1 | -74/+87 |
* | Relax the check of x509_constraints_dirname()libressl-v3.5.1 | tb | 2022-03-13 | 1 | -2/+6 |
* | Add x509_constraints_validate() to x509_internal.h | tb | 2022-03-13 | 1 | -1/+3 |
* | Check name constraints using the proper API | tb | 2022-03-13 | 1 | -4/+21 |
* | style tweak | tb | 2022-03-13 | 1 | -2/+2 |
* | Add missing error check after strdup() | tb | 2022-03-13 | 1 | -2/+5 |
* | Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i(). | jsing | 2022-03-13 | 2 | -50/+31 |
* | Factor out change cipher spec handing code in the legacy stack. | jsing | 2022-03-12 | 3 | -65/+73 |
* | unsusual -> unusual | jsg | 2022-03-10 | 1 | -3/+3 |
* | bump for LibreSSL 3.5.1 | bcook | 2022-03-07 | 1 | -3/+3 |