Age | Commit message (Expand) | Author |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-31 | Enable RFC 3779 code. | Theo Buehler |
2021-10-31 | Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other | Theo Buehler |
2021-10-31 | Bump majors after struct visibility changes, symbol removal and symbol | Theo Buehler |
2021-10-31 | Update Symbols.list for new API and API removal/renaming | Theo Buehler |
2021-10-31 | Expose new API in headers and make X509 structs opaque. | Theo Buehler |
2021-10-31 | Remove the unused X509_OBJECTS struct. | Theo Buehler |
2021-10-31 | Remove the unused X509_CERT_PAIR struct and the assicated API. | Theo Buehler |
2021-10-31 | Remove the unused X509_CERT_FILE_CTX struct. | Theo Buehler |
2021-10-31 | Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper | Theo Buehler |
2021-10-31 | Switch various X509 API to use the new X509_LOOKUP_TYPE to match | Theo Buehler |
2021-10-31 | Provide the X509_LOOKUP_TYPE enum. | Theo Buehler |
2021-10-31 | Prepare definitions X509_STORE_set_verify{,_cb}_func() that work with | Theo Buehler |
2021-10-31 | Prepare to make various structs in x509_vfy.h opaque. | Theo Buehler |
2021-10-30 | new manual page X509_CRL_METHOD_new(3) | Ingo Schwarze |
2021-10-29 | In x509/x509_purp.c rev. 1.11, tb@ fixed X509_check_purpose(3) | Ingo Schwarze |
2021-10-29 | Actually error in X509_check_purpose() if x509v3_cache_extensions() | Theo Buehler |
2021-10-29 | document the horrifying function X509_TRUST_set_default(3) | Ingo Schwarze |
2021-10-29 | document X509_EXTENSION_dup(3); | Ingo Schwarze |
2021-10-29 | new manual page X509_REQ_print_ex(3), | Ingo Schwarze |
2021-10-28 | document X509_REQ_to_X509(3) | Ingo Schwarze |
2021-10-28 | unwrap a line | Theo Buehler |
2021-10-28 | document X509_to_X509_REQ(3) | Ingo Schwarze |
2021-10-28 | sort | Theo Buehler |
2021-10-28 | Mechanical KNF in preparation for changing | Bob Beck |
2021-10-28 | Add headers normally contained in include/openssl, verbatim from 1.1.1 | Bob Beck |
2021-10-28 | Import Certificate Transparency verbatim from OpenSSL 1.1.1 | Bob Beck |
2021-10-28 | Bring back r1.3, ok beck | Theo Buehler |
2021-10-27 | new manual page X509_REQ_add_extensions(3) | Ingo Schwarze |
2021-10-27 | add some .Xrs involving recently added pages | Ingo Schwarze |
2021-10-27 | minor tweaks to wording and punctuation, | Ingo Schwarze |
2021-10-27 | Minor tweaks: | Ingo Schwarze |
2021-10-27 | Revert version 1.3 - not allowing the creation of bogus certificates | Bob Beck |
2021-10-27 | Fix to correctly parse the 'to' time into the to_tm | Bob Beck |
2021-10-27 | Add ASN1_TIME_diff from OpenSSL. | Bob Beck |
2021-10-26 | Merge documentation for i2d_re_X509*_tbs(3) from OpenSSL 1.1 | Theo Buehler |
2021-10-26 | spelling fixes; | Jason McIntyre |
2021-10-26 | install X509_get_extension_flags.3 and X509_SIG_get0.3 | Theo Buehler |
2021-10-26 | Remove a line documenting that X509_get_X509_PUBKEY(3) is missing | Theo Buehler |
2021-10-26 | Document X509_get0_pubkey.3 | Theo Buehler |
2021-10-26 | Document new signature of X509_get_X509_PUBKEY() and remove claim | Theo Buehler |
2021-10-26 | Add tlsfeature NID | Job Snijders |
2021-10-26 | Add RFC 3779 checks to both legacy and new verifier | Job Snijders |
2021-10-26 | new manual page X509_REQ_add1_attr(3) documenting nine functions | Ingo Schwarze |
2021-10-26 | correct a wrong function name below RETURN VALUES | Ingo Schwarze |
2021-10-26 | document X509_REQ_dup(3) | Ingo Schwarze |
2021-10-26 | document d2i_X509_PUBKEY(3) and i2d_X509_PUBKEY(3); | Ingo Schwarze |
2021-10-26 | Validate Subject Alternate Names when they are being added to certificates. | Bob Beck |
2021-10-25 | sort | Theo Buehler |
2021-10-25 | new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3) | Ingo Schwarze |