Mercurial > trustbridge
comparison ui/tests/data/NOTES @ 43:5910bf9016cd
Add Downloadertest
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 15:25:47 +0000 |
parents | 6e7ef7e95031 |
children | c389915fd55e |
comparison
equal
deleted
inserted
replaced
42:6e7ef7e95031 | 43:5910bf9016cd |
---|---|
22 # List with 0 created manually by placing a \0 in the signature | 22 # List with 0 created manually by placing a \0 in the signature |
23 | 23 |
24 Random Data generated with: | 24 Random Data generated with: |
25 openssl rand -out random_2MB 2000000 | 25 openssl rand -out random_2MB 2000000 |
26 openssl rand -out random_500k 500000 | 26 openssl rand -out random_500k 500000 |
27 | |
28 # Test server certificate: | |
29 | |
30 gen_key type=ec ec_curve=brainpoolP256r1 filename=valid_ssl_bp.key | |
31 cert_write issuer_name=CN=127.0.0.1,O=Intevation\\ Test,C=DE \ | |
32 selfsign=1 issuer_key=valid_ssl_bp.key \ | |
33 not_before=20130101000000 not_after=20301231235959 \ | |
34 is_ca=1 max_pathlen=0 output_file=valid_ssl_bp.pem | |
35 cat valid_ssl_bp.key >> valid_ssl_bp.pem | |
36 | |
37 gen_key filename=valid_ssl_rsa.key | |
38 cert_write issuer_name=CN=127.0.0.1,O=Do_Not_Trust_Test,C=DE \ | |
39 selfsign=1 issuer_key=valid_ssl_rsa.key \ | |
40 not_before=20130101000000 not_after=20151231235959 \ | |
41 is_ca=1 max_pathlen=0 output_file=valid_ssl_rsa.pem | |
42 cat valid_ssl_rsa.key >> valid_ssl_bp.pem | |
43 |