summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare to provide X509_SIG_get{0,m}.tb2021-10-232-2/+28
* Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10tb2021-10-232-35/+5
* Add back the fips mode test functions, new stuff requires this.beck2021-10-233-3/+83
* Untangle ssl3_get_message() return values.jsing2021-10-236-166/+139
* Revise regress for tlsext_tick_lifetime_hint changing type.jsing2021-10-231-2/+2
* Add a length check before NUL-terminating target. From Jonas Termansen.tb2021-10-231-1/+5
* Change tlsext_tick_lifetime_hint to uint32_t.jsing2021-10-234-17/+11
* Prepare to provide X509_get_{extended_,}key_usage()tb2021-10-222-2/+32
* Switch from u_int and u_char to u32 and u8 to avoid portability issues.tb2021-10-221-17/+14
* Prepare to provide X509_REQ_pubkey_get0()tb2021-10-222-2/+13
* new manual page EVP_PKEY_add1_attr(3) documenting nine functionsschwarze2021-10-227-8/+202
* new manual page X509at_add1_attr(3)schwarze2021-10-224-6/+140
* fix a gratuitiously different argument nameschwarze2021-10-221-3/+3
* new manual page X509at_get_attr(3)schwarze2021-10-223-4/+163
* Put back sys/types.h and sys/socket.h. The latter was unintentionallytb2021-10-221-1/+3
* Fix some ghastly whitespace. From Martin Vahlensiecktb2021-10-221-6/+6
* Use unsigned char instead of u_char in base64.c. This is a mildtb2021-10-221-9/+6
* Garbage collect an unused variable.tb2021-10-221-4/+2
* Stop setting enc.modified manually. It's no longer needed.tb2021-10-222-4/+2
* Simplify the description of RETURN VALUES.schwarze2021-10-211-10/+4
* Simplify a return value check for X509_STORE_get_by_subject() nowtb2021-10-211-18/+7
* Set enc.modified if the X509_REQ is going to be modified.tb2021-10-211-1/+4
* new manual page X509_ATTRIBUTE_set1_object(3)schwarze2021-10-214-6/+276
* Sync parts of X509_STORE_get_by_subject() with OpenSSLtb2021-10-211-13/+7
* Prepare to make X509 opaque.tb2021-10-211-4/+7
* libtls: Don't reach into X509_STORE_CTX.tb2021-10-211-12/+20
* Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags().tb2021-10-211-2/+2
* Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsagetb2021-10-212-3/+8
* Prepare to provide X509_get_X509_PUBKEY() as a function.tb2021-10-212-5/+15
* Bump to LibreSSL 3.5.0tb2021-10-211-3/+3
* Eliminate a dead assignment and a weird cast. Adjust a comment totb2021-10-211-6/+3
* Print uid with %u instead of %i.tb2021-10-211-2/+2
* Use *printf %d instead of %itb2021-10-211-2/+2
* Avoid potential NULL dereferences in dtls1_free()tb2021-10-211-2/+7
* document ASN1_STRING_set_by_NID(3)schwarze2021-10-202-5/+129
* new manual page ASN1_mbstring_copy(3)schwarze2021-10-204-5/+182
* new manual page X509_ATTRIBUTE_get0_object(3)schwarze2021-10-203-2/+139
* document X509_ATTRIBUTE_create(3) and X509_ATTRIBUTE_dup(3)schwarze2021-10-201-6/+60
* document X509_get_pubkey_parameters(3) in a new manual pageschwarze2021-10-195-7/+114
* more precision, fewer wordsschwarze2021-10-191-28/+43
* document i2d_PrivateKey_bio(3) and i2d_PrivateKey_fp(3)schwarze2021-10-191-12/+37
* install X509_PKEY_new(3)schwarze2021-10-191-1/+2
* document X509_PKEY_new(3) and X509_PKEY_free(3)schwarze2021-10-194-8/+103
* document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3)schwarze2021-10-184-8/+159
* split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), whichschwarze2021-10-185-134/+175
* Pull in ssl_locl.h so that we can keep reaching into libssl internals.jsing2021-10-152-1/+4
* Move various structs from ssl.h/tls1.h to ssl_locl.h.jsing2021-10-153-140/+128
* Use unsigned char instead of u_char for two prototypes (like everywheretb2021-10-141-4/+4
* ssltest.c does not need param.htb2021-10-131-1/+0
* Remove __dead from usage() to reduce the diff needed to build LibreSSLtb2021-10-131-3/+3