summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2024-05-06Document the SSL_set_session_secret_cb() functionMatt Caswell
2024-05-01Fixed typo in CRYPTO_THREAD_run_once.podsapph2c
2024-05-01Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.podsapph2c
2024-05-01CMP: Improvements of the support for requesting CRLRajeev Ranjan
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-04-29doc: clarify SSL_CIPHER_description allocationDaniel McCarney
2024-04-24Fix grammar in certificates.txthrtarsia
2024-04-24x509_acert: Load attributes from config file sectionDamian Hobson-Garcia
2024-04-24Add IETFAttrSyntax type supportDamian Hobson-Garcia
2024-04-24x509_acert: Add and retrieve certificate extensionsDamian Hobson-Garcia
2024-04-24x509_acert: Add API to sign and verify attribute certificatesDamian Hobson-Garcia
2024-04-24x509_acert: Add, remove and get attribute certificate attributesDamian Hobson-Garcia
2024-04-24Attribute certificate printing functionsDamian Hobson-Garcia
2024-04-24Attribute certificate getter and setter APIDamian Hobson-Garcia
2024-04-24Add RFC 5755 attribute certificate supportDamian Hobson-Garcia
2024-04-24adding a multithreaded hashtable testNeil Horman
2024-04-24Introduce new internal hashtable implementationNeil Horman
2024-04-24Add CRYPTO_atomic_store apiNeil Horman
2024-04-22Be more explicit about RSAES-PKCS#1v1.5 error handlingHubert Kario
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan
2024-04-19Fix migration guide mappings for i2o/o2i_ECPublicKeyslontis
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-19OSSL_STORE: Add reference docs for the built-in Windows store implementationRichard Levitte
2024-04-19Make X25519 and X448 FIPS unapprovedTomas Mraz
2024-04-16doc/fingerprints.txt: Add the future OpenSSL release keyRichard Levitte
2024-04-16Remove repetitive wordsNeil Horman
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz
2024-04-10Fix typos found by codespellDimitri Papadopoulos
2024-04-10man EVP_PKEY_CTX_set_params: document params is a listHubert Kario
2024-04-09Add docs noting requirements for SM2 signingNeil Horman
2024-04-09Add demo for ECDH key exchangeslontis
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2024-04-09Copyright year updatesMatt Caswell
2024-04-09Copyright year updatesRichard Levitte
2024-04-04openssl-crl(1): The -verify option is implied by -CA* optionsTomas Mraz
2024-04-04DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()Tomas Mraz
2024-04-04Add design document about handing some MAX definesTomas Mraz
2024-04-04Update Documentation for EVP_DigestSign, EVP_DigestVerify.slontis
2024-04-04Align 'openssl req' string_mask docs to how the software really worksJob Snijders
2024-04-02Document change of -verify behavior in crl and req appsVladimir Kotal
2024-04-02ASYNC_start_job: more readable documentation for handling ASYNC* APIsHubert Kario
2024-04-02Explicitly state what -keys doesSimo Sorce
2024-03-26apps/req,crl: exit with 1 on verification failureVladimir Kotal
2024-03-22Fixed a typo and grammar in openssl-ts.podolszomal
2024-03-15Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky
2024-03-15SSL_add_dir_cert_subjects_to_stack(): Documented return valuesShakti Shah
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-12Improve the documentation on -cert_chain and -status_verbose optionsolszomal
2024-03-12Doc: fix style谭九鼎
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis