summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-28Too many stupid things whine about these being used uninitializedTheo Buehler
2023-04-28Remove preservation and use of cached DER/BER encodings in the d2i/i2d pathsJob Snijders
2023-04-28Some wording tweaks to finish the polishing.Ingo Schwarze
2023-04-28Enable policy checking by default now that we are DAG implementation based.Bob Beck
2023-04-28Mark a number of BIO_ctrl(3) command constants as intentionallyIngo Schwarze
2023-04-28kill the .Xr to BN_nist_mod_521(3) which no longer existsIngo Schwarze
2023-04-28Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the MakefileTheo Buehler
2023-04-28Add BIO_C_SET_MD_CTX to the list of command constants.Ingo Schwarze
2023-04-28Take the old policy code behind the barnTheo Buehler
2023-04-28Document BIO_set_md_ctx(3) and BIO_C_SET_MD_CTX.Ingo Schwarze
2023-04-28Enable the new policy checking code in x509_policy.cTheo Buehler
2023-04-28Silence gcc-4 warnings about sk_sort()Theo Buehler
2023-04-28Remove misinformation, reason had nothing to do with efficiencyJob Snijders
2023-04-28Remove now no longer needed <assert.h>; sort headersTheo Buehler
2023-04-28Deassert has_explicit_policy()Theo Buehler
2023-04-28Deassert delete_if() callbacksTheo Buehler
2023-04-28Deassert x509_policy_level_find()Theo Buehler
2023-04-28Deassert X509_policy_check()Theo Buehler
2023-04-28Deassert x509_policy_level_add_nodes()Theo Buehler
2023-04-28Deassert x509_policy_new()Theo Buehler
2023-04-28Reorder the text such that every function is discussed only onceIngo Schwarze
2023-04-28Cleanup pass over x509_check_policy.cTheo Buehler
2023-04-27tiny wording tweak from Ted Bullock to make misunderstandings less likely;Ingo Schwarze
2023-04-27Convert size_t's used in conjuction with sk_X509_num back to int.Bob Beck
2023-04-27various markup tweaks, no content change; OK jmc@Ingo Schwarze
2023-04-27various minor content corrections and improvements;Ingo Schwarze
2023-04-27Also list the command constants not associated with any macros,Ingo Schwarze
2023-04-27ssl_tlsext.c: Add an accessor for the tls extension type.Theo Buehler
2023-04-27Somehow I managed not to bump LIBRESSL_VERSION_NUMBERTheo Buehler
2023-04-27EC_KEY_{get,insert}_key_method_data() are no longer availableTheo Buehler
2023-04-27One more reciprocal thing hid in here (yay for consistent naming)Theo Buehler
2023-04-27Remove stale references to BN reciprocal stuffTheo Buehler
2023-04-27Remove documentation of reciprocal BN which is now internal onlyTheo Buehler
2023-04-27Remove documentation of GF2m point stuffTheo Buehler
2023-04-27EC_GROUP_new() Strip out complications due to binary curves.Theo Buehler
2023-04-27Remove stale reference to BN_GF2m_add()Theo Buehler
2023-04-27Remove BN_GF2m_add.3Theo Buehler
2023-04-27Remove mention of EC_GFp_nist_method and add back a .Pp that wasTheo Buehler
2023-04-27Remove braces around single lines statements using knfmt -sTheo Buehler
2023-04-27Rework simple allocation and free functions in x509_policy.cTheo Buehler
2023-04-27Remove dangling references to BN_get0_nist_prime_521(3)Theo Buehler
2023-04-27Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.hTheo Buehler
2023-04-27Nuke doxygen noiseTheo Buehler
2023-04-27Remove documentation of no longer supported EC methodsTheo Buehler
2023-04-27Remove NIST prime documentationTheo Buehler
2023-04-27Stop installing NIST prime documentationTheo Buehler
2023-04-27Remove a useless doxygen commentTheo Buehler
2023-04-26Make x509_policy.c compile with gcc 4.Theo Buehler
2023-04-26Allow compiling with -DHAS_DAG to enable the policy check with a DAG.Theo Buehler
2023-04-26Turn C++ comments into C comments and minor KNF fixupsTheo Buehler