pike.git/
lib/
modules/
SSL.pmod/
https.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-04-02
2014-04-02 15:51:20 by Martin Nilsson <nilsson@opera.com>
60afeb584e40cf8368e80832a8f4300972678b98 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Set Crypto.Random.random_string as default random generator for ECDSA.
186:
add_cert(key, ({ certificate })); #if constant(Crypto.ECC.Curve)
-
key = Crypto.ECC.SECP_521R1.ECDSA()->
-
set_random(Crypto.Random.random_string)->
generate_key();
+
key = Crypto.ECC.SECP_521R1.ECDSA()->generate_key();
certificate = Standards.X509.make_selfsigned_certificate(key, 3600*4, ([ "organizationName" : "Test",