| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
jasper@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
a section will help people looking for just the MALLOC_OPTIONS.
ok otto@ jmc@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allows https checkouts from github to work.
- Add digicert's other root certs.
Fingerprints carefully checked against those in the built-in roots
supplied with Mozilla.
ok dcoppa@ jcs@
|
| | | |
| | | |
| | | |
| | | | |
use-after-free bugs; ok krw@ dlg@ pirofti@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
individual pages (based on the existing string man pages). By Tim van
der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@.
ok deraadt
|
| | | |
| | | |
| | | |
| | | | |
Small test by marco@ and md5 /usr/lib/libcrypto.so.19.0 agrees.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the wcsdup example.
ok stsp
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
build on i386. This enables SSE2 optimizations for bignum multiplications,
Montgomery multiplications and sha512.
This speeds up Diffie-Hellman operations in isakmpd and iked quite
a bit. OK djm@, markus@, mikeb@
|
| | | |
| | | |
| | | |
| | | |
| | | | |
switched a while back.
ok miod, kettenis
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt matthew
|
| | | |
| | | |
| | | |
| | | | |
support it) now that scanf is implemented properly.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
no security, for consistency. use of this option is discouraged. :)
ok deraadt guenther millert
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
DigiCert High Assurance CA-3
Go Daddy Secure Certification Authority/serialNumber=07969287
Equifax Secure Certificate Authority
VeriSign Class 3 Public Primary Certification Authority - G5
Entrust Certification Authority - L1C
Entrust.net Secure Server Certification Authority
ok mikeb@ beck@ fgsch@
constant prodding by marco@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
months since it was introduced so it's safe to assume people have this dir now.
ok deraadt@
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
cases.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
acquire the library version.
- add license
- remove unused -k flag
no change in generated files
ok sthen@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
position zero, skipping a random number of free slots and then
picking the next free one. This slowed things down, especially if
the number of full slots increases.
This changes the scannning to start at a random position in the
bitmap and then taking the first available free slot, wrapping if
the end of the bitmap is reached. Of course we'll still scan more
if the bitmap becomes more full, but the extra iterations skipping
free slots and then some full slots are avoided.
The random number is derived from a global, which is incremented
by a few random bits every time a chunk is needed (with a small optimization
if only one free slot is left).
Thanks to the testers!
|
| | | |
| | | |
| | | |
| | | | |
ok sthen@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
1UL to 1U.
|
| | | |
| | | |
| | | |
| | | | |
thanks to all testers.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
tree, no idea where it came from; ok millert@ jmc@
|
| | | |
| | | |
| | | |
| | | | |
ok kettenis espie
|
| | | |
| | | |
| | | |
| | | | |
ok jmc@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
about cert checking in OpenSSH. Man page wording tweaks thanks to
jmc@.
ok henning@, jmc@; positive feedback from djm@, ajacoutat@
Committing now to reuse guenther@'s libc minor bump instead of
cranking it again, as suggested by deraadt@.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
to return -1 in case of an unprintable character.
ok nicm jmc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
"if you have checked this I am ok with it" does not mean
1) not to pay attention to breaking news after I tell you that and
2) not to get ok's from the others this had been shown to.
I am absolutely not ok with thig going in with only *my* ok. There's a reason why we want more than one ok on important commits
ok deraadt@ for the backout
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
DigiCert High Assurance CA-3
Go Daddy Secure Certification Authority
COMODO High-Assurance Secure Server CA
Equifax Secure Certificate Authority
VeriSign Class 3 Public Primary Certification Authority - G5
Entrust Certification Authority - L1C
Entrust.net Secure Server Certification Authority
cross checked with mozilla
ok beck@
|
| | | |
| | | |
| | | |
| | | | |
Fixes build on NFS src with no root access. ok jasper@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
bug, this then found a 2nd bug..
worked on with guenther
|
| | | |
| | | |
| | | |
| | | | |
ok guenther
|