summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-24Fix various read buffer overflow when printing ASN.1 strings (which areTheo Buehler
2021-08-19Pull roots out of the trust store in the legacy xsc when building chainsBob Beck
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2021-08-18Add a check_trust call to the legacy chain validation on chain add, rememberingBob Beck
2021-08-18Refactor the legacy chain validation from the chain adding code into itsBob Beck
2021-08-16typo in commentTheo Buehler
2021-08-14when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCKIngo Schwarze
2021-08-13Stop using a while loop for code that runs at most once,Ingo Schwarze
2021-08-12Stop playing hopeless games with FIONBIO.Ingo Schwarze
2021-08-11Only enter the sig_no switch if we actually return from read(2) withMartijn van Duren
2021-08-10While el_gets(3) and el_wgets(3) wait for user input, no longer ignoreIngo Schwarze
2021-08-09Unifdef read__fixio() to make it readable.Ingo Schwarze
2021-08-06link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,Ingo Schwarze
2021-08-06new manual page X509_ocspid_print(3)Ingo Schwarze
2021-08-06add a roff(7) comment marking the API function X509_get_default_private_dir()Ingo Schwarze
2021-08-04SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.Joel Sing
2021-08-03Document X509_get_default_cert_dir_env(3)Ingo Schwarze
2021-08-03Document X509_get_default_cert_area(3).Ingo Schwarze
2021-08-02tweaks regarding X509_LOOKUP_by_subject(3):Ingo Schwarze
2021-08-02new manual page X509_STORE_get_by_subject(3)Ingo Schwarze
2021-08-01document X509_STORE_load_mem(3) and X509_STORE_add_lookup(3)Ingo Schwarze
2021-07-31document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3)Ingo Schwarze
2021-07-31We have defines for alert levels - use them instead of magic numbers.Joel Sing
2021-07-30Move the explanations related to *ptree closer together and correctIngo Schwarze
2021-07-29Fix a documentation bug i introduced that tb@ pointed out:Ingo Schwarze
2021-07-29Document X509_STORE_set_verify_func(3), mostly using text from theIngo Schwarze
2021-07-29document X509_STORE_CTX_get0_parent_ctx(3)Ingo Schwarze
2021-07-29document X509_STORE_CTX_set_app_data(3) and X509_STORE_CTX_get_app_data(3)Ingo Schwarze
2021-07-28document X509_STORE_CTX_get0_policy_tree(3)Ingo Schwarze
2021-07-28document X509_policy_tree_free(3)Ingo Schwarze
2021-07-28consisely explain the meaning of return values rather than merelyIngo Schwarze
2021-07-28Explain the meaning of the policy_oids input argument, correct theIngo Schwarze
2021-07-28explicitely -> explicitly;Jason McIntyre
2021-07-27new manual page X509_policy_check(3)Ingo Schwarze
2021-07-26Add error checks for i2d_X509_NAME()Theo Buehler
2021-07-26new manual page X509_policy_tree_level_count(3)Ingo Schwarze
2021-07-26Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().Joel Sing
2021-07-25Consistently use __asm instead of asm/__asm__Jeremie Courreges-Anglas
2021-07-25nanosleep.2: HISTORY: correct historic sleep() system call originscheloha
2021-07-25Document X509_STORE_CTX_set_trust(3), X509_STORE_CTX_set_purpose(3),Ingo Schwarze
2021-07-24riscv64 userland timecounter supportJeremie Courreges-Anglas
2021-07-24Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)Ingo Schwarze
2021-07-24Fix strchr() and strrchr() on mips64Visa Hankala
2021-07-23Similar to x509/x509_purp.c rev. 1.5:Ingo Schwarze
2021-07-23Delete some code from X509_PURPOSE_cleanup(3) that had no effect:Ingo Schwarze
2021-07-23Add a roff(7) comment that X509_issuer_and_serial_hash() isIngo Schwarze
2021-07-23Make MALLOC_STATS compile again; noted by Omar Polo and Joe NelsonOtto Moerbeek
2021-07-23clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3)Ingo Schwarze
2021-07-23mention the possibility that user-defined purpose identifiers may haveIngo Schwarze
2021-07-23new manual page X509_PURPOSE_set(3) documenting 11 functionsIngo Schwarze