summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rsa_priv_encode: plug leak on PKCS8_pkey_set0() failuretb2023-08-101-15/+19
* Improve byte order handling in gcm128.jsing2023-08-101-329/+44
* Remove MD32_REG_T.jsing2023-08-106-48/+16
* Add the forgotten .In lineschwarze2023-08-091-3/+4
* In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ providedschwarze2023-08-091-5/+65
* Rework BN_BLINDING to use pthread_t directlytb2023-08-093-28/+18
* Merge remainder of rsa_crpt.c into rsa_eay.ctb2023-08-093-130/+55
* Move RSA blinding API from rsa_crpt.c to rsa_blinding.ctb2023-08-092-102/+102
* Move RSA_blinding_{on,off}() to the bottom of the filetb2023-08-091-29/+29
* Move bn_blind.c to rsa_blinding.ctb2023-08-094-13/+14
* Make declaration and definition of BN_BLINDING_new() match.tb2023-08-092-4/+4
* Merge BN_BLINDING_create_param() into BN_BLINDING_new()tb2023-08-093-33/+16
* Set up the blinding factors on first usetb2023-08-091-27/+14
* Remove retry loop in BN_BLINDING_setup()tb2023-08-091-24/+5
* Compute a square using BN_mod_sqr() instead of BN_mod_mul()tb2023-08-091-3/+3
* Simplify BN_BLINDING_invert()tb2023-08-091-14/+5
* Unwrap a linetb2023-08-091-3/+2
* Unwrap a linetb2023-08-081-3/+2
* Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()tb2023-08-083-14/+11
* Rename ret into b in BN_BLINDING_setup()tb2023-08-081-8/+8
* Factor the actual setup step for the blinding into a helpertb2023-08-081-30/+43
* Make BN_BLINDING respect some invariantstb2023-08-081-48/+17
* Simplify RSA_setup_blinding()tb2023-08-081-21/+16
* Remove ECDSA nonce padding kludgetb2023-08-081-22/+1
* Fix two leaks in BIO_dup_chain()tb2023-08-071-19/+17
* Add missing space before =tb2023-08-071-2/+2
* remove trailing comma in NAME;jmc2023-08-051-3/+3
* Move the ENGINE_new() prototype a line downtb2023-08-041-2/+2
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-0310-47/+52
* Remove unused sk/lh macrostb2023-08-031-170/+1
* More whitespace fixes from knfmttb2023-08-021-7/+7
* Remove extraneous parentheses and fix weird whitespace.tb2023-08-021-16/+15
* Drop the _ex from BN_BLINDING_{convert,invert}_ex()tb2023-08-023-12/+12
* Remove the unused BN_BLINDING_{convert,invert}()tb2023-08-022-16/+2
* Make BN_BLINDING_{new,update}() static in bn_blind.ctb2023-08-022-6/+4
* Remove the unused flags member of BN_BLINDINGtb2023-08-022-10/+4
* Remove the unused flags accessors for BN_BLINDINGtb2023-08-022-16/+2
* Remove a 16 year old confusing lietb2023-08-021-2/+2
* Remove more *_options() stufftb2023-07-315-50/+5
* Move HAVE_FUNOPEN out of !NOPICtb2023-07-291-5/+1
* Garbage collect rodata only used by RC4_options()tb2023-07-291-5/+0
* Add _libre_CMS_{,SignerInfo}_get_versiontb2023-07-291-0/+2
* Remove {BN,idea}_options() leftoverstb2023-07-293-6/+2
* Remove BF_options() documentationtb2023-07-291-9/+3
* reinstate KNF for commenttb2023-07-291-2/+2
* Also remove ecdh.h use from libssltb2023-07-281-2/+1
* Stop including ecdsa.h and ecdh.h internallytb2023-07-288-21/+9
* The CRYPTO_EX_DATA type is not opaquetb2023-07-281-5/+2
* remove X509_ATTRIBUTE_SET_itjsg2023-07-281-14/+1
* Combine ripemd into a single C file.jsing2023-07-283-84/+20