summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* minor errors in previous commit pointed out by jmc@schwarze2019-06-064-8/+8
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-06117-281/+539
* provide getters and setters for the RSA_METHOD interfacegilles2019-06-056-5/+246
* Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*tb2019-06-051-3/+3
* OPENSSL_realloc(3) is no longer used, we now use reallocarray(3)schwarze2019-06-041-3/+3
* Readability tweak in a comment.tb2019-06-041-2/+2
* Remove the blinding later to avoid leaking information on the lengthtb2019-06-041-3/+3
* Readability tweaks for comments that explain the blinding.tb2019-06-041-5/+5
* Remove the blinding later to avoid leaking information on the lengthtb2019-06-041-3/+3
* .In openssl/x509_vfy.hschwarze2019-06-041-3/+4
* Add several missing .In linesschwarze2019-06-041-3/+13
* Move to env var, likelky the possibility to set malloc options fromotto2019-06-042-19/+8
* add missing .In linesschwarze2019-06-032-4/+6
* add missing .In lineschwarze2019-06-031-2/+3
* Complete the ld.so boot cleanup: move most libc initialization fromguenther2019-06-022-8/+5
* __realpath(2) appears to have improved, so re-enable the code thatderaadt2019-05-301-3/+136
* Relax parsing of TLS key share extensions on the server.jsing2019-05-291-5/+2
* Do not send an SNI extension when resuming a session that contains a serverjsing2019-05-291-1/+4
* There are some bugs in __realpath(2) -- it isn't quite ready so disablederaadt2019-05-291-136/+3
* Fix typo and label indent.jsing2019-05-281-3/+3
* Tidy up some names/structures following the renaming of TLS extensionjsing2019-05-281-35/+35
* Enable the use of the kernel __realpath() system call in the libc wrapper.beck2019-05-281-3/+136
* Throw malloc_conceal and freezero into the mix.otto2019-05-231-3/+8
* Only override size of chunk if we're not given the actual length.otto2019-05-231-2/+3
* bump to LibreSSL 3.0.0bcook2019-05-231-3/+3
* add stdlib.h for reallocarraybcook2019-05-231-1/+2
* *an* RSA;jmc2019-05-203-9/+9
* clarify that later flags modify earlier flags;schwarze2019-05-191-2/+4
* More consistently put remarks about the less useful LC_* categoties,schwarze2019-05-162-14/+26
* delete two stray blank linesschwarze2019-05-151-4/+2
* check result of ftruncate() as we do write() belowbcook2019-05-151-2/+4
* s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there isbcook2019-05-153-29/+20
* Correct missing test to determine if length is in bytes or in bits.beck2019-05-141-1/+3
* Use propper regress target to integrate better into test framework.bluhm2019-05-141-2/+4
* Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.bcook2019-05-131-4/+2
* Acquire mutex before incrementing the refcount. Fixes COV-186144bcook2019-05-131-1/+3
* Move 'how this works' details from namespace.h to DETAILSguenther2019-05-132-112/+136
* explicitly mention that RES_NOALIASES has no effect;schwarze2019-05-131-3/+4
* Mention introduction of *_conceal.otto2019-05-131-2/+8
* The call to fseek(fp, -1, SEEK_END) also sets the reported size tobluhm2019-05-131-10/+10
* Fix signed overflow in X509_CRL_print().tb2019-05-121-1/+4
* Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key istb2019-05-121-1/+11
* Stop the eyebleed in here and just use callocbeck2019-05-121-31/+8
* $OpenBSD$tb2019-05-114-0/+4
* Remove commented out rc5 bitstb2019-05-117-20/+6
* Initialize EC_KEY_METHOD before use.bcook2019-05-101-2/+2
* Revert part of r1.36: in the case of GCM, gcm.key is assigned fromtb2019-05-101-1/+7
* Inroduce malloc_conceal() and calloc_conceal(). Similar to theirotto2019-05-102-199/+219
* Add a test vector for Streebog 512 from Guido Vrankentb2019-05-091-1/+2
* Fix incorrect carry operation in 512 bit addition: in the casetb2019-05-091-6/+8