cert-crypto: generate certificate request
commitea7cf2710e1000ecf470cc6aaa30b5bf1936db6a
authorStefan Becker <chemobejk@gmail.com>
Fri, 11 Nov 2011 17:21:28 +0000 (11 19:21 +0200)
committerStefan Becker <chemobejk@gmail.com>
Fri, 11 Nov 2011 17:21:28 +0000 (11 19:21 +0200)
tree32769b6db0bb191933c328ed0f56dce5c3d059d3
parent7b32381277535f8edc2b3fa329d2a7f81cd3b106
cert-crypto: generate certificate request

certificate: reformat Base64 to max. 76 characters per line.
svc: remove whitespace from BinarySecurityToken.

Our request is rejected as "malformed". Unknown things:

  - Does CertProv expect non-standard attributes in the request (as is
    visible from example log)?
  - The example log shows that CN= subject contains 40 bytes of binary
    instead of the user name. What's up with that?
  - Maybe it doesn't like our hard-coded request ID?
src/core/sipe-cert-crypto-nss.c
src/core/sipe-certificate.c
src/core/sipe-svc.c