aboutsummaryrefslogtreecommitdiff
path: root/doc/internal
AgeCommit message (Expand)AuthorFilesLines
2024-05-01Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.podsapph2c1-3/+3
2024-04-24adding a multithreaded hashtable testNeil Horman1-19/+19
2024-04-24Introduce new internal hashtable implementationNeil Horman1-0/+374
2024-04-19Make rcu_thread_key context-awareNeil Horman1-2/+3
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-01RCU lock implementationNeil Horman1-0/+258
2023-12-29Fix new typos found by codespellDimitri Papadopoulos1-1/+1
2023-12-12Removed extra spaces in documentationslontis1-1/+1
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre1-6/+17
2023-10-04All lh_stats functions were deprecated in 3.1Tomas Mraz1-1/+1
2023-09-28Copyright year updatesMatt Caswell2-2/+2
2023-09-27fips: use seed source requestedPauli1-9/+36
2023-09-13Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-09-07Copyright year updatesMatt Caswell9-9/+9
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb1-0/+3
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb1-12/+27
2023-07-05doc: update ref count doc in light of refactoringPauli1-1/+13
2023-06-15Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-06-08build.info: Introduce special syntax for dependencies on script modulesRichard Levitte1-6/+39
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb1-3/+4
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell1-4/+3
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb1-3/+3
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb1-4/+5
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb1-1/+5
2023-02-08cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb1-3/+5
2023-02-08ossl_cmp_mock_srv_new.pod: correct/update names of internal test support func...Dr. David von Oheimb1-10/+9
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis1-9/+1
2023-01-04Fixed typos in documentation and commentsSemen Zhydenko1-1/+1
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte1-1/+1
2022-11-16Fix documenation mistakesPauli1-19/+19
2022-11-16list: add an is empty functionPauli1-1/+13
2022-11-15Update documentation for keymgmt export utilsSimo Sorce1-4/+11
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli1-6/+5
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-2/+2
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte6-6/+6
2022-09-13time: add some additional utilities and document everythingPauli1-12/+67
2022-09-05list: add a doubly linked list type.Pauli1-0/+126
2022-08-24QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau1-2/+32
2022-08-12Make OSSL_TIME a structurePauli1-9/+31
2022-07-06doc: document the event queue internal APIPauli1-0/+201
2022-07-01CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb1-1/+1
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala2-4/+4
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau1-0/+1
2022-06-22doc: document the new internal time APIPauli1-0/+96
2022-06-22doc: priority queue documentationPauli1-0/+125
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz1-9/+6
2022-05-06Remove the _fetch_by_number functionsPauli1-18/+1
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte1-2/+10
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte1-4/+4
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte1-7/+1