summaryrefslogtreecommitdiff
path: root/pith/smime.c
AgeCommit message (Expand)Author
2021-05-08 * Clear out some gcc warnings, and code improvement. Work in progress.HEADmasterEduardo Chappa
2021-04-10 * New alpha version 2.24.1Eduardo Chappa
2021-04-08 * Clear out some warnings given by gcc 10.Eduardo Chappa
2020-09-19 * clear out some warnings by gcc 9.3.1.Eduardo Chappa
2020-06-28 * Corrections and improvements to the documentation by Dennis Davis.Eduardo Chappa
2020-06-27 * Invalid signatures created by Alpine, when built with recentEduardo Chappa
2020-06-08 * Remove some compilation warnings given by clang7.Eduardo Chappa
2020-06-08 * Remove some compilation warnings given by gcc9.Eduardo Chappa
2020-01-19 * Initial release of Alpine version 2.22.Eduardo Chappa
2020-01-15 * Fix a number of misspellings in the source code of Alpine. I hav onlyEduardo Chappa
2019-06-22 * New version 2.21.99999 (06/22/2019)Eduardo Chappa
2019-05-23 * When Alpine is set to validate a message using the user's store, andEduardo Chappa
2019-04-28 * Compilation failure in Solaris when ldap is enabled. Reported byEduardo Chappa
2018-12-06 * Fix a crash in the S/MIME configuration screen when a user turned off S/...Eduardo Chappa
2018-08-15 * S/MIME: Some clients do not transform messages to canonical form whenEduardo Chappa
2018-08-12 * Several changes to the compilation of Alpine in Windows to useEduardo Chappa
2018-05-22 * error by 1 introduced in function that decrypts files, makes Alpine notEduardo Chappa
2018-05-21 * Nothing to see here, this is just reformatting of the code toEduardo Chappa
2018-05-20 * Move freeing for some SSL memory until after all connections areEduardo Chappa
2018-05-18 * Release memory of a conversion table to UTF-8, if this was created byEduardo Chappa
2018-05-02 * Changes to make Valgrind happy. Work in progress.Eduardo Chappa
2018-04-21 * If verification of a signed message fails due to an error in verifyingEduardo Chappa
2018-04-21 * The list of public certificates is freed before it is reused whenEduardo Chappa
2018-02-26 * New version 2.21.999Eduardo Chappa
2017-12-10Initial commit for branch icalEduardo Chappa
2017-12-01 * PC-Alpine builds with LibreSSL and supports S/MIME.Eduardo Chappa
2017-09-29 * Initialize unitilized variable in pith/smime.c and delete .pdb andEduardo Chappa
2017-07-14 * Fix crash when a CA certificate failed to load, by protecting some callsEduardo Chappa
2017-03-17 * New version 2.21Eduardo Chappa
2016-11-21 * SMIME: Change the default signature digest from sha1 to sha-256,Eduardo Chappa
2016-10-08 * Some code clean up before releasing the next alpha version.Eduardo Chappa
2016-10-05 * Add return codes to setup_pwdcert function, so that caller can knowEduardo Chappa
2016-10-05 * When Alpine is compiled with password file and SMIME supportEduardo Chappa
2016-09-28 * S/MIME: If the option "Remember S/MIME Passphrase" is disabled, thenEduardo Chappa
2016-09-03 * Alpine does not build with openssl 1.1.0, so this update fixes that.Eduardo Chappa
2016-02-28 * Changes to make Alpine build when PASSFILE is not specified andEduardo Chappa
2016-02-28 * Adjust the "import certificate" prompt to make it clear that theEduardo Chappa
2016-02-28 * Protection against deleting new key and certificate when replacing keyEduardo Chappa
2016-02-28 * Add the ability to change the private key and certificates usedEduardo Chappa
2016-02-17 * Bug (introduced in version 2.20.9): Saving a password in the passwordEduardo Chappa
2016-02-02 * New version 2.20.11Eduardo Chappa
2015-12-14 * S/MIME: When reading a local certificate, Alpine converts the name ofEduardo Chappa
2015-12-05 * Alpine will ask users if they wish to save S/MIME certificates includedEduardo Chappa
2015-09-18 * SMIME: Crash if public certificates are located in an inaccessibleEduardo Chappa
2015-09-09 * SMIME: Offer the common name of the person, instead of the name ofEduardo Chappa
2015-09-06 * S/MIME: Even though Alpine gave a message that certificates wereEduardo Chappa
2015-09-06 * S/MIME: transferring certificates failed to remove temporary files.Eduardo Chappa
2015-09-05 * S/MIME: fix a bug that did not allow users to transfer certificates toEduardo Chappa
2015-08-10 * add non-breaking space (UCS \240) to list of spaces in functionEduardo Chappa
2015-08-07 * LibreSSL 2.2.2 does not have RAND_egd, so we eliminate that call (we wereEduardo Chappa