summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-11-26Stop reaching into EVP_PKEY in the rest of libssl.Theo Buehler
2021-11-26Simplify two weirdly formatted pieces of code in ssl_rsa.c and stopTheo Buehler
2021-11-26spellingJonathan Gray
2021-11-26after the bugfix in x509_vfy.c rev. 1.100,Ingo Schwarze
2021-11-26Bugfix in X509_get_pubkey_parameters(3):Ingo Schwarze
2021-11-26Simplify the code in X509_get_pubkey_parameters(3)Ingo Schwarze
2021-11-25Document BIO_method_name(3).Ingo Schwarze
2021-11-24Describe what RES_USE_DNSSEC does and how it's affected by trust-adJeremie Courreges-Anglas
2021-11-24Fix OCSP_basic_verify() cert chain construction in case theTheo Buehler
2021-11-24Simplify slightly by using X509_get0_pubkey() thus eliminating theTheo Buehler
2021-11-24Fix a whitespace error that has annoyed me for way too longTheo Buehler
2021-11-24Fix timestamp printing in Signed Certificate TimestampsTheo Buehler
2021-11-24Add certificate transparency methods to the standard extensions.Theo Buehler
2021-11-24add the missing const qualifiers below EXAMPLES;Ingo Schwarze
2021-11-24document ASN1_item_ndef_i2d(3)Ingo Schwarze
2021-11-24In some situations, the verifier would discard the error on an unvalidatedBob Beck
2021-11-24libkeynote: stop reaching into EVP_PKEY internals.Theo Buehler
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2021-11-23Transform a mangled comment into something intelligible.Theo Buehler
2021-11-23document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3)Ingo Schwarze
2021-11-23Use LIBRESSL_NEXT_API to document the commented-out functions that areTheo Buehler
2021-11-23document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3)Ingo Schwarze
2021-11-23document a2i_ASN1_INTEGER(3),Ingo Schwarze
2021-11-23re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19Ingo Schwarze
2021-11-23In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.Theo Buehler
2021-11-22Implement rfc6840 (AD flag processing) if using trusted name serversJeremie Courreges-Anglas
2021-11-22Fix typoJob Snijders
2021-11-22new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3)Ingo Schwarze
2021-11-22new manual page a2d_ASN1_OBJECT(3);Ingo Schwarze
2021-11-22document ASN1_OBJECT_create(3)Ingo Schwarze
2021-11-21improve legibility of structs in several manpagesJan Klemkow
2021-11-21In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@Ingo Schwarze
2021-11-21oops, i forgot the STANDARDS sectionIngo Schwarze
2021-11-21new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)Ingo Schwarze
2021-11-20sortTheo Buehler
2021-11-20Provide the bytestring APIs for libcrypto internal use.Joel Sing
2021-11-20Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3).Ingo Schwarze
2021-11-20Improve the description of ASN1_OCTET_STRING_cmp(3),Ingo Schwarze
2021-11-20Make these files compile - not hooked up to build yet.Bob Beck
2021-11-19libssl: don't reach for pkey->save_type.Theo Buehler
2021-11-19minor KNF improvement, changing only whitespace, no code change:Ingo Schwarze
2021-11-19new manual page ASN1_BIT_STRING_num_asc(3)Ingo Schwarze
2021-11-19add two missing .Dv macros;Ingo Schwarze
2021-11-19Make the public API function a2i_ASN1_STRING(3) actually work.Ingo Schwarze
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