Displaying 10 results from an estimated 10 matches for "bn_mpi2bn".
2019 May 31
1
[mail-crypt-plugin] Password Query for Folder Keys questions
...gging in with IMAP.. i'm still getting the following error in the mail log:
Error: read() failed: read(/var/vmail/[domain . com/user/Maildir/cur/](http://domain.com/user/Maildir/cur/)<email_index>) failed: Private key not available: Cannot decrypt key ... : error:03070068:big num routines:BN_mpi2bn:encoding error
I've tried to list the key with 'doveadm mailbox cryptokey list -u user' but I'm only getting the following output:
Folder Active Public ID
And I've tried to create a password with 'doveadm mailbox cryptokey password -u user -n Password1' and I'm gett...
2019 May 30
0
[mail-crypt-plugin] Password Query for Folder Keys questions
...rd the previous question. But I have another...
I have set up Folder Key encryption, and have sent an email to my mail server which is CRYPTED, however when I try to login to read the email I'm getting a 'Private key not available: Cannot decrypt <...>: error:03070068:bignum routines:BN_mpi2bn:encoding error'.
I've tried to list the user key and generate a new keypair two different ways and have gotten the following output:
doveadm mailbox cryptokey list -U user
output: Folder Active Public ID
doveadm mailbox cryptokey generate -u user -U
output: Folder Public ID
doveadm mail...
2019 Jun 01
0
[mail-crypt-plugin] Private key location in Folder Key Mode
...gt;
-----END PRIVATE KEY-----
And when I type the following command I get this output:
user'@'host:~$ doveadm mailbox cryptokey export -u username -U /var/vmail/domain/username/Maildir/dovecot-attributes
Folder:
Public ID: <Public key ID>
Error: ERROR: error:03070068:bignum routines:BN_mpi2bn:encoding error
Key:
So in the first command the private key shows but it's under Error, and I believe it should be under Key.
Thanks again.
Sent with [ProtonMail](https://protonmail.com) Secure Email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://...
2018 May 23
0
Best mail encryption solution for per-user
...ail/example.org/john/Maildir/cur/1526736378.M161472P641.mailserver1.example.local,S=559,
>>>> =571:2,) failed: Private key not available: Cannot decrypt key
>>>> bfc5bb25b1bf64290eea6dc14b516c6a0a25b64551b6e4f0f8677ba7274887cb: error:03070068:bignum
>>>> routines:BN_mpi2bn:encoding error (FETCH BODY[] for mailbox INBOX UID 8)
>>>>
>>>> i think i missed a step, but witch one?
>>>>
>>>> the userpassword hasnt been changed (that would be the next step in the testing process)
>>>>
>>>> should i'v...
2018 May 23
0
Best mail encryption solution for per-user
...read(/var/vmail/example.org/john/Maildir/cur/1526736378.M161472P641.mailserver1.example.local,S=559,
>>> =571:2,) failed: Private key not available: Cannot decrypt key
>>> bfc5bb25b1bf64290eea6dc14b516c6a0a25b64551b6e4f0f8677ba7274887cb: error:03070068:bignum
>>> routines:BN_mpi2bn:encoding error (FETCH BODY[] for mailbox INBOX UID 8)
>>>
>>> i think i missed a step, but witch one?
>>>
>>> the userpassword hasnt been changed (that would be the next step in the testing process)
>>>
>>> should i've use doveadm first to e...
2018 May 27
0
Best mail encryption solution for per-user
.../example.org/john/Maildir/cur/1526736378.M161472P641.mailserver1.example.local,S=559,
> >>> =571:2,) failed: Private key not available: Cannot decrypt key
> >>> bfc5bb25b1bf64290eea6dc14b516c6a0a25b64551b6e4f0f8677ba7274887cb: error:03070068:bignum
> >>> routines:BN_mpi2bn:encoding error (FETCH BODY[] for mailbox INBOX UID 8)
> >>>
> >>> i think i missed a step, but witch one?
> >>>
> >>> the userpassword hasnt been changed (that would be the next step in the testing process)
> >>>
> >>> shoul...
2018 May 28
0
Best mail encryption solution for per-user
...read(/var/vmail/example.org/john/Maildir/cur/1526736378.M161472P641.mailserver1.example.local,S=559,
>>> =571:2,) failed: Private key not available: Cannot decrypt key
>>> bfc5bb25b1bf64290eea6dc14b516c6a0a25b64551b6e4f0f8677ba7274887cb: error:03070068:bignum
>>> routines:BN_mpi2bn:encoding error (FETCH BODY[] for mailbox INBOX UID 8)
>>>
>>> i think i missed a step, but witch one?
>>>
>>> the userpassword hasnt been changed (that would be the next step in the testing process)
>>>
>>> should i've use doveadm first to e...
2018 May 20
0
Best mail encryption solution for per-user
...at example.org): Error: read() failed: read(/var/vmail/example.org/john/Maildir/cur/1526736378.M161472P641.mailserver1.example.local,S=559,W=571:2,) failed: Private key not available: Cannot decrypt key bfc5bb25b1bf64290eea6dc14b516c6a0a25b64551b6e4f0f8677ba7274887cb: error:03070068:bignum routines:BN_mpi2bn:encoding error (FETCH BODY[] for mailbox INBOX UID 8)
>
>
> i think i missed a step, but witch one?
>
> the userpassword hasnt been changed (that would be the next step in the testing process)
>
> should i've use doveadm first to encrypt the key with that userpassword?...
2006 Feb 11
7
Rails development on Mac OS X 10.4 Intel
...HAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -
DHAVE_ENGINE_CLEANUP -DHAVE_OPENSSL_OCSP_H -DHAVE_ST_FLAGS -
DHAVE_ST_ENGINE -DHAVE_ST_SINGLE -c ossl_bn.c
ossl_bn.c: In function ''ossl_bn_initialize'':
ossl_bn.c:127: warning: pointer targets in passing argument 1 of
''BN_mpi2bn'' differ in signedness
ossl_bn.c:132: warning: pointer targets in passing argument 1 of
''BN_bin2bn'' differ in signedness
ossl_bn.c: In function ''ossl_bn_to_s'':
ossl_bn.c:168: warning: pointer targets in passing argument 2 of
''BN_bn2mpi'...
2019 Dec 08
2
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
> Technically creating and encrypting folder key does not
> require decrypting user's private key. All folder keys
> are encrypted with user's public key.
Problem is for that this is a new user. The new user has no private key. I
need for generating that private key. It do not the sense encrypts
something using a key public if there is no private key. Both key public
and private