Age | Commit message (Expand) | Author |
2021-11-26 | Stop reaching into EVP_PKEY in the rest of libssl. | Theo Buehler |
2021-11-26 | Simplify two weirdly formatted pieces of code in ssl_rsa.c and stop | Theo Buehler |
2021-11-26 | spelling | Jonathan Gray |
2021-11-26 | after the bugfix in x509_vfy.c rev. 1.100, | Ingo Schwarze |
2021-11-26 | Bugfix in X509_get_pubkey_parameters(3): | Ingo Schwarze |
2021-11-26 | Simplify the code in X509_get_pubkey_parameters(3) | Ingo Schwarze |
2021-11-25 | Document BIO_method_name(3). | Ingo Schwarze |
2021-11-24 | Describe what RES_USE_DNSSEC does and how it's affected by trust-ad | Jeremie Courreges-Anglas |
2021-11-24 | Fix OCSP_basic_verify() cert chain construction in case the | Theo Buehler |
2021-11-24 | Simplify slightly by using X509_get0_pubkey() thus eliminating the | Theo Buehler |
2021-11-24 | Fix a whitespace error that has annoyed me for way too long | Theo Buehler |
2021-11-24 | Fix timestamp printing in Signed Certificate Timestamps | Theo Buehler |
2021-11-24 | Add certificate transparency methods to the standard extensions. | Theo Buehler |
2021-11-24 | add the missing const qualifiers below EXAMPLES; | Ingo Schwarze |
2021-11-24 | document ASN1_item_ndef_i2d(3) | Ingo Schwarze |
2021-11-24 | In some situations, the verifier would discard the error on an unvalidated | Bob Beck |
2021-11-24 | libkeynote: stop reaching into EVP_PKEY internals. | Theo Buehler |
2021-11-24 | Make the certificate transparency code build with the rest of the library | Bob Beck |
2021-11-23 | Transform a mangled comment into something intelligible. | Theo Buehler |
2021-11-23 | document ASN1_TYPE_set_int_octetstring(3) and ASN1_TYPE_get_int_octetstring(3) | Ingo Schwarze |
2021-11-23 | Use LIBRESSL_NEXT_API to document the commented-out functions that are | Theo Buehler |
2021-11-23 | document ASN1_TYPE_set_octetstring(3) and ASN1_TYPE_get_octetstring(3) | Ingo Schwarze |
2021-11-23 | document a2i_ASN1_INTEGER(3), | Ingo Schwarze |
2021-11-23 | re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19 | Ingo Schwarze |
2021-11-23 | In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do. | Theo Buehler |
2021-11-22 | Implement rfc6840 (AD flag processing) if using trusted name servers | Jeremie Courreges-Anglas |
2021-11-22 | Fix typo | Job Snijders |
2021-11-22 | new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3) | Ingo Schwarze |
2021-11-22 | new manual page a2d_ASN1_OBJECT(3); | Ingo Schwarze |
2021-11-22 | document ASN1_OBJECT_create(3) | Ingo Schwarze |
2021-11-21 | improve legibility of structs in several manpages | Jan Klemkow |
2021-11-21 | In asn1.h rev. 1.55 and asn1/a_time.c rev. 1.28, beck@ | Ingo Schwarze |
2021-11-21 | oops, i forgot the STANDARDS section | Ingo Schwarze |
2021-11-21 | new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3) | Ingo Schwarze |
2021-11-20 | sort | Theo Buehler |
2021-11-20 | Provide the bytestring APIs for libcrypto internal use. | Joel Sing |
2021-11-20 | Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3). | Ingo Schwarze |
2021-11-20 | Improve the description of ASN1_OCTET_STRING_cmp(3), | Ingo Schwarze |
2021-11-20 | Make these files compile - not hooked up to build yet. | Bob Beck |
2021-11-19 | libssl: don't reach for pkey->save_type. | Theo Buehler |
2021-11-19 | minor KNF improvement, changing only whitespace, no code change: | Ingo Schwarze |
2021-11-19 | new manual page ASN1_BIT_STRING_num_asc(3) | Ingo Schwarze |
2021-11-19 | add two missing .Dv macros; | Ingo Schwarze |
2021-11-19 | Make the public API function a2i_ASN1_STRING(3) actually work. | Ingo Schwarze |
2021-11-19 | As long as X509_OBJECT_free_contents(3) is a public API function, | Ingo Schwarze |
2021-11-18 | Add semicolon that will become non-optional once BN_GENCB_set() will | Theo Buehler |
2021-11-18 | typo in comment | Theo Buehler |
2021-11-18 | Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrapping | Theo Buehler |
2021-11-18 | Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX and | Theo Buehler |
2021-11-18 | In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided | Ingo Schwarze |