Sean Colyer
|
645bbf3f16
|
Changed some debug statements to only call hexstrdump if debug is inactive by creating new print_debug_hexstr_dump method. Applied only for Tag 18 and overall package at this point, will push to full project after further testing.
|
2012-02-02 08:56:17 -05:00 |
|
Sean Colyer
|
0a651bdd53
|
Optimized string concatenation in symmetric encryption. Slow large file encryption led to investigating that string concatenation used was inefficient(switched to an array).
|
2012-02-02 00:28:24 -05:00 |
|
Sean Colyer
|
4640686683
|
Changes for key generation. Basic RSA key generation now seems fully functional within the openpgp.js, but experiencing an issue interfacing with gpg.
|
2012-01-29 16:58:11 -05:00 |
|
Alexander Willner
|
5a991d459e
|
cleanup
|
2012-01-18 11:18:10 +01:00 |
|
Alexander Willner
|
75170d3207
|
cleanup
|
2012-01-18 11:15:51 +01:00 |
|
Alexander Willner
|
3d896e6f2f
|
updated library
|
2012-01-18 11:06:04 +01:00 |
|
Alexander Willner
|
ba5391af72
|
use our server by default
|
2012-01-18 11:05:52 +01:00 |
|
Sean Colyer
|
15bf0e144c
|
Few bugfixes. Testing for key generation has revealed is currently broken. Investigating.
|
2012-01-16 21:31:46 -05:00 |
|
Sean Colyer
|
a08d91f728
|
Changes to allow for key generation. Provides a basic framework for key generation with a functioning RSA implementation. Still work to be done for s2k and subkeys.
|
2012-01-16 00:04:27 -05:00 |
|
Alexander Willner
|
14f45412c5
|
added example project
|
2012-01-16 02:06:09 +01:00 |
|
Alexander Willner
|
ec7f0d9ee5
|
removed +x flag
|
2012-01-16 02:05:48 +01:00 |
|
Sean Colyer
|
17b7f95e3c
|
Few small additions/bugfixes in openpgp.keyring.js
|
2012-01-04 21:39:32 -05:00 |
|
Alexander Willner
|
0b96d5324e
|
added minified JavaScript library and Makefile
|
2011-12-16 17:16:15 +01:00 |
|
Carsten Wentzlow
|
81212f213f
|
adding restructured GPG4Browsers code
- created a test suite available at test/index.html
- fixed a bug in MD5 calculation
|
2011-12-09 18:25:41 +01:00 |
|
Alexander Willner
|
aafc8b0ee4
|
structure
|
2011-11-13 11:50:49 +01:00 |
|