Graham Leggett wrote:
Robert Relyea wrote:
"Newer applications should use more standard algorithms such as PKCS#5
v2.0 for key derivation."
I am assuming NSS supports PKCS#5 v2, what functions should I be
looking at to achieve this?
Ah, It's a PBE algorithm. That is a perfectly acceptable w
Robert Relyea wrote:
How do I set up the symmetrical key, cipher and digest for
PK11_CipherOp to replace the OpenSSL EVP_BytesToKey function?
That would be PK11_ImportSymKey(). NOTE: this function is available
mostly for compatiblity, it will not work in all cases (hardware tokens,
for instanc
Graham Leggett wrote:
Hi all,
I am trying to port some symmetrical encryption / decryption code
using OpenSSL's EVP_CipherUpdate function to NSS, and I am running
into trouble trying to find the API documentation for NSS.
So far, the closest to documentation that I have found is a list of
t
Subrata Mazumdar wrote:
Apache XML Security C++ library
(http://xml.apache.org/security/c/index.html) provides single C++ based
cryptographic interface with multiple Crypto API (OpenSSL, NSS, MS-CAPI)
based implementation. The Apache XML Security C++ library implements
signing, encryption as
Hi,
Apache XML Security C++ library
(http://xml.apache.org/security/c/index.html) provides single C++ based
cryptographic interface with multiple Crypto API (OpenSSL, NSS, MS-CAPI)
based implementation. The Apache XML Security C++ library implements
signing, encryption as well as decryption for
Graham Leggett wrote, On 2008-08-31 09:52:
> Hi all,
>
> I am trying to port some symmetrical encryption / decryption code using
> OpenSSL's EVP_CipherUpdate function to NSS, and I am running into
> trouble trying to find the API documentation for NSS.
>
> So far, the closest to documentation t
Hi all,
I am trying to port some symmetrical encryption / decryption code using
OpenSSL's EVP_CipherUpdate function to NSS, and I am running into
trouble trying to find the API documentation for NSS.
So far, the closest to documentation that I have found is a list of the
API functions, but n
7 matches
Mail list logo