summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-07-08document X509_add1_reject_object(3) and X509_reject_clear(3)Ingo Schwarze
2021-07-08add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)Ingo Schwarze
2021-07-07Mention that there are alternatives for ERE '+' and '?' in BRE.Martijn van Duren
2021-07-06document X509_signature_dump(3) and X509_signature_print(3)Ingo Schwarze
2021-07-06Fix a bug in X509_print_ex(3).Ingo Schwarze
2021-07-06sync man page with changes 1.2.3 -> 1.2.11. some changes:Jason McIntyre
2021-07-05document i2a_ASN1_OBJECT(3)Ingo Schwarze
2021-07-04Add missing RCS tagsTheo Buehler
2021-07-04bump major after zlib updateTheo Buehler
2021-07-04Update libz to zlib 1.2.11 and reapply local patches as far as thisTheo Buehler
2021-07-04document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)Ingo Schwarze
2021-07-04Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated successIngo Schwarze
2021-07-03Document X509_NAME_set(3).Ingo Schwarze
2021-07-03Do a first pass clean up of SSL_METHOD.Joel Sing
2021-07-02usleep(3): always call nanosleep(2)cheloha
2021-07-02Document the read-only (sic!) accessor function X509_NAME_ENTRY_set(3).Ingo Schwarze
2021-07-02Add a roff comment saying that X509_certificate_type(3) is intentionallyIngo Schwarze
2021-07-02call the API function X509_NAME_cmp(3) instead of the obsolete,Ingo Schwarze
2021-07-02Add a roff comment saying that X509_name_cmp(3) is intentionallyIngo Schwarze
2021-07-01Merge SSL_METHOD_INTERNAL into SSL_METHOD.Joel Sing
2021-06-30more trivial .Ar -> .Fa replacements in syscall manualsIngo Schwarze
2021-06-30use .Fa rather than .Ar; patch from me at EmilEngler dot comIngo Schwarze
2021-06-30Prepare to provide SSL_get_signature_nid() and friends.Joel Sing
2021-06-30Move some structs from public to private headers.Joel Sing
2021-06-30document and deprecate the macros X509_extract_key(3)Ingo Schwarze
2021-06-30Correct sigalg hash usage when signing content for client verify.Joel Sing
2021-06-29Pull sigalg selection up into ssl3_send_client_verify().Joel Sing
2021-06-29Track sigalg used by ourselves and our peer in the legacy stack.Joel Sing
2021-06-29Pull up and dedup the TLS version check in ssl_sigalg_pkey_ok().Joel Sing
2021-06-29Simplify RSA PSS key size comment.Joel Sing
2021-06-29Use appropriate TLS version when building client sigalg extensions.Joel Sing
2021-06-29Change ssl_sigalg_from_value() to take SSL * instead of a TLS version.Joel Sing
2021-06-29Make various sigalg functions static now that they're only used internally.Joel Sing
2021-06-29Convert legacy stack server to ssl_sigalg_for_peer().Joel Sing
2021-06-29Convert legacy stack client to ssl_sigalg_for_peer().Joel Sing
2021-06-29Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.Joel Sing
2021-06-29Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().Joel Sing
2021-06-29Factor out handling of legacy default signature algorithms.Joel Sing
2021-06-29Mop up now unused variables.Joel Sing
2021-06-29Require a ServerHello following a HelloRetryRequest to use the same cipher.Joel Sing
2021-06-29Reject zero-length non-application data fragments in the legacy stack.Joel Sing
2021-06-29more precision because the argument is signed,Ingo Schwarze
2021-06-29function args must not use .Ar and EDOM and ERANGE require .Er;Ingo Schwarze
2021-06-29insert missing .NsIngo Schwarze
2021-06-29basic mdoc(7) macro cleanup; patch from me at EmilEngler dot comIngo Schwarze
2021-06-28Use the order action->sender == ctx->mode everywhere for consistency.Theo Buehler
2021-06-28ctx->alert is not a boolean, so compare it explicitly against 0.Theo Buehler
2021-06-28The state machine now takes care of setting the legacy state,Theo Buehler
2021-06-28Expand info callback support for TLSv1.3Theo Buehler
2021-06-27Track the sigalgs used by ourselves and our peer.Joel Sing