Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sstp: drop unnecessary ssl reinitialization
|
|
|
|
|
|
|
|
sstp support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7945857927b4cedab365ba86934d771281eeb213
|
|
|
|
|
|
|
|
Simplify copy-pasting from openssl x509 -fingerprint output:
Examples:
openssl x509 -in cert.pem -noout -fingerprint -sha1
openssl x509 -in cert.pem -noout -fingerprint -sha256
|
|
if not set, fallback to private key in the same ssl-pemfile
|
|
|
|
|
|
|
|
Warning: config options are changed aligned with general accel-ppp style.
Following cases, including no-openssl build are supported:
ssl | ssl-pemfile | behavior
1 set get both sha1 & sha256 from the certificate
0 set get both sha1 & sha256 from the certificate
0 unset use cert-hash-sha1 and/or cert-hash-sha256 hex options
no-openssl use cert-hash-sha1 and/or cert-hash-sha256 hex options
cert-hash-sha1 and/or cert-hash-sha256 hex options override certificate's,
so it's possible to turn certficate hash verification off with just empty
values (default).
|
|
|
|
|
|
|
|
async ppp
TODO: accounting/statistics, minimize syscall & memory usage
|
|
|
|
|
|
|
|
|
|
|
|
triton: fix crash due gcc mis-optimization of alloca()
|