| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typo in comment | bket | 2022-03-05 | 1 | -2/+2 |
* | Pull a len == 0 check up before malloc(len) to avoid implementation | tb | 2022-03-03 | 1 | -5/+5 |
* | Do not write out terminating NUL in i2a_ASN1_OBJECT() | tb | 2022-03-03 | 1 | -2/+2 |
* | Unwrap a line | tb | 2022-03-02 | 1 | -3/+2 |
* | whitespace | tb | 2022-03-02 | 1 | -2/+2 |
* | Rewrite ASN1_OBJECT content to ascii/text conversion. | jsing | 2022-03-02 | 3 | -101/+186 |
* | Remove unused ivbits argument from chacha_keysetup to match other | dtucker | 2022-02-28 | 2 | -4/+4 |
* | Currently malloc caches a number of free'ed regions up to 128k | otto | 2022-02-26 | 1 | -33/+160 |
* | Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs. | beck | 2022-02-24 | 3 | -9/+7 |
* | Remove accidentally committed debug code. | tb | 2022-02-24 | 1 | -3/+1 |
* | Minor tweaks | tb | 2022-02-24 | 1 | -7/+8 |
* | Add sanity checks on p and q in old_dsa_priv_decode() | tb | 2022-02-24 | 1 | -1/+15 |
* | Factor out alert handing code in the legacy stack.libressl-v3.5.0 | jsing | 2022-02-21 | 3 | -85/+77 |
* | mutibyte -> multibyte | jsg | 2022-02-21 | 1 | -3/+3 |
* | Fix a buffer overread in OAEP padding removal | tb | 2022-02-20 | 1 | -11/+11 |
* | Remove references to performance issues caused by frequent memmove(). | jsing | 2022-02-19 | 1 | -13/+2 |
* | Reduce memmoves in memory BIOs. | jsing | 2022-02-19 | 1 | -22/+38 |
* | certificiate -> certificate | jsg | 2022-02-19 | 1 | -3/+3 |
* | Provide a struct bio_mem for memory BIO specific data. | jsing | 2022-02-19 | 1 | -47/+58 |
* | Avoid gendered language in man pages when not referring to a specific | jsg | 2022-02-18 | 1 | -4/+4 |
* | Clean up and simplify memory BIO code. | jsing | 2022-02-18 | 1 | -124/+139 |
* | prefer https links in man pages | jsg | 2022-02-18 | 2 | -6/+6 |
* | grammar/reword | jsg | 2022-02-18 | 1 | -5/+7 |
* | Avoid potential single byte overread in asn1_parse2(). | jsing | 2022-02-12 | 1 | -3/+4 |
* | Limit OID text conversion to 64 bits per arc. | jsing | 2022-02-12 | 1 | -55/+16 |
* | Fix length check of IP addresses for name constraints | tb | 2022-02-11 | 1 | -2/+3 |
* | Add missing error check for a2i_GENERAL_NAME() | tb | 2022-02-11 | 1 | -1/+3 |
* | Fix a double free in v2i_NAME_CONSTRAINTS() | tb | 2022-02-11 | 1 | -2/+3 |
* | Make OBJ_obj2nid() work correctly with NID_undef. | jsing | 2022-02-11 | 1 | -3/+3 |
* | Plug a long standing leak in libtls CRL handling | tb | 2022-02-08 | 1 | -2/+1 |
* | Change second argument of x25519_ge_scalarmult_base() from | tb | 2022-02-08 | 1 | -2/+2 |
* | Avoid a NULL dereference in BN_mod_exp2_mont() | tb | 2022-02-07 | 1 | -2/+2 |
* | Check for zero modulus in BN_MONT_CTX_set(). | tb | 2022-02-07 | 1 | -1/+4 |
* | Remove i <= 0 checks from SSL_get_error() | jsing | 2022-02-06 | 1 | -15/+16 |
* | Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack. | jsing | 2022-02-06 | 1 | -1/+5 |
* | remove please from manual pages | jsg | 2022-02-06 | 2 | -6/+6 |
* | Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_ | tb | 2022-02-05 | 3 | -16/+22 |
* | Bye bye S3I. | jsing | 2022-02-05 | 23 | -772/+755 |
* | Bump libressl's version in pkgconfig to 2.0.0 | tb | 2022-02-04 | 2 | -4/+6 |