summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-11-19As long as X509_OBJECT_free_contents(3) is a public API function,Ingo Schwarze
2021-11-18Add semicolon that will become non-optional once BN_GENCB_set() willTheo Buehler
2021-11-18typo in commentTheo Buehler
2021-11-18Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrappingTheo Buehler
2021-11-18Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX andTheo Buehler
2021-11-18In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ providedIngo Schwarze
2021-11-17In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedIngo Schwarze
2021-11-16In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedIngo Schwarze
2021-11-16Remove an old note about poor performanceVisa Hankala
2021-11-16Recently, tb@ provided the following functions:Ingo Schwarze
2021-11-16Sync boot.h with ld.so's boot.c, getting rid of struct boot_dyn,Philip Guenther
2021-11-15new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsIngo Schwarze
2021-11-15document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)Ingo Schwarze
2021-11-15document ASN1_item_pack(3) and ASN1_item_unpack(3)Ingo Schwarze
2021-11-15document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)Ingo Schwarze
2021-11-14Fix a strange check in the auto DH codepathTheo Buehler
2021-11-14the last argument of BIO_gets(3) is called "size", not "len"Ingo Schwarze
2021-11-14fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@Ingo Schwarze
2021-11-14Put curly brace on the correct line.Joel Sing
2021-11-14Split out the hppa and mips64 versions of boot.h similar to how IPhilip Guenther
2021-11-13Fix a nasty quirk in ASN1_STRING_copy(3).Ingo Schwarze
2021-11-13Document the interactions of X509_V_FLAG_USE_CHECK_TIME,Ingo Schwarze
2021-11-13Mark the public X509_VP_FLAG_* constants as intentionally undocumented.Ingo Schwarze
2021-11-13Fix a bug in check_crl_time() that could result in incompleteIngo Schwarze
2021-11-13document ASN1_STRING_copy(3)Ingo Schwarze
2021-11-12Document the public constants X509_V_FLAG_POLICY_MASKIngo Schwarze
2021-11-12mention what X509_cmp_time(3) does with a cmp_time argument of NULLIngo Schwarze
2021-11-12As pointed out by tb@, LibreSSL no longer supports user-definedIngo Schwarze
2021-11-12In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),Ingo Schwarze
2021-11-11mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASKIngo Schwarze
2021-11-11Mention the X509v3_KU_* aliases for the KU_* constantsIngo Schwarze
2021-11-11Explicitly list all public functions in roff(7) commentsIngo Schwarze
2021-11-11new manual page X509_policy_tree_get0_policies(3),Ingo Schwarze
2021-11-10Merge a few additional X509error(ERR_R_MALLOC_FAILURE) callsIngo Schwarze
2021-11-10If X509_load_cert_crl_file(3) does not find any certificatesIngo Schwarze
2021-11-10Sync some code style improvements from the OpenSSL 1.1.1 branch,Ingo Schwarze
2021-11-10Merge two bug fixes from the OpenSSL 1.1.1 branch, which is stillIngo Schwarze
2021-11-09Switch to <endian.h> from <machine/endian.h> for better portability.Brent Cook
2021-11-09Split a new page X509_load_cert_file(3) with three functionsIngo Schwarze
2021-11-09Add ASPA OIDJob Snijders
2021-11-08Replace <sys/limits.h> with <limits.h>Brent Cook
2021-11-08Document X509_gmtime_adj(3).Ingo Schwarze
2021-11-07Allow -current libsndio to connect to old sndiod serversAlexandre Ratchov
2021-11-07In X509_STORE_CTX, rename the X509_STORE store rather than ctx.Theo Buehler
2021-11-07In X509_STORE_CTX rename the misnamed last_untrusted to num_untrustedTheo Buehler
2021-11-07new manual pagesIngo Schwarze
2021-11-06Improve formatting. The line breaks in the lists of methods were very ugly.Ingo Schwarze
2021-11-06Start cleaning up X509_STORE_get1_issuer()Theo Buehler
2021-11-06In X509_STORE_get1_issuer() do not call the verify callback fromTheo Buehler
2021-11-06Fix indent.Joel Sing