aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internal/man3
Commit message (Expand)AuthorAgeFilesLines
* Support subjectDirectoryAttributes and associatedInformation extsJonathan M. Wilbur2024-06-241-0/+52
* Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.podsapph2c2024-05-011-3/+3
* adding a multithreaded hashtable testNeil Horman2024-04-241-19/+19
* Introduce new internal hashtable implementationNeil Horman2024-04-241-0/+374
* Make rcu_thread_key context-awareNeil Horman2024-04-191-2/+3
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* RCU lock implementationNeil Horman2024-02-011-0/+258
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* Removed extra spaces in documentationslontis2023-12-121-1/+1
* rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre2023-10-201-6/+17
* Copyright year updatesMatt Caswell2023-09-282-2/+2
* fips: use seed source requestedPauli2023-09-271-9/+36
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1
* Copyright year updatesMatt Caswell2023-09-078-8/+8
* CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb2023-09-051-0/+3
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-171-12/+27
* doc: update ref count doc in light of refactoringPauli2023-07-051-1/+13
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-011-3/+4
* Don't take a write lock when freeing an EVP_PKEYMatt Caswell2023-05-291-4/+3
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-121-3/+3
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-4/+5
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-1/+5
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-3/+5
* ossl_cmp_mock_srv_new.pod: correct/update names of internal test support func...Dr. David von Oheimb2023-02-081-10/+9
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-081-9/+1
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-041-1/+1
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-1/+1
* Fix documenation mistakesPauli2022-11-161-19/+19
* list: add an is empty functionPauli2022-11-161-1/+13
* Update documentation for keymgmt export utilsSimo Sorce2022-11-151-4/+11
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-111-6/+5
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-075-5/+5
* time: add some additional utilities and document everythingPauli2022-09-131-12/+67
* list: add a doubly linked list type.Pauli2022-09-051-0/+126
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-241-2/+32
* Make OSSL_TIME a structurePauli2022-08-121-9/+31
* doc: document the event queue internal APIPauli2022-07-061-0/+201
* CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb2022-07-011-1/+1
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-271-3/+3
* doc: document the new internal time APIPauli2022-06-221-0/+96
* doc: priority queue documentationPauli2022-06-221-0/+125
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-9/+6
* Remove the _fetch_by_number functionsPauli2022-05-061-18/+1
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-2/+10
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-4/+4
* Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte2022-05-051-7/+1
* Update copyright yearMatt Caswell2022-05-036-6/+6
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-69/+12