summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Administrative tasks to create release 0.37.0.37.0Matěj Cepl2020-12-0847-932/+6426
|
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-2028-7544/+12968
| | | | | | Support of CentOS 6 ends on 2020-11-30. Fixes #283
* Correct URL of https://www.schneier.com/academic/smime/Matěj Cepl2019-05-1477-6254/+6251
| | | | Renegerate documentation.
* Update docsMatěj Cepl2018-02-0894-10500/+22810
|
* Remove all PGP modules.Matěj Cepl2017-10-0710-52/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #182. Reasoning for the change was: I think we are just lying to ourselves when we keep PGP module in the repository. 1. It is not used. Over a year, there is ``DeprecationWarning`` asking anybody who uses the module to contact me. Nobody ever did. Even the previous maintainer of M2Crypto [did not know how to use it](https://stackoverflow.com/a/1042139/164233), and that was 2009. Whole Stack Overflow is full of vague comments like “hopefully M2Crypto.PGP will help you”, but I have not found on DuckDuckGo one example of use of M2Crypto.PGP 2. The main point of M2Crypto is to be Python bindings for OpenSSL. And truly most of the other M2Crypto code is just a tiny wrapper around C functions. That is not so with M2Crypto.PGP. It is basically reimplementation of PGP keys manipulation functions with Python with rather large set of Python objects and complicated computations. There are very few calls to any C code at all and most work is done by series of Python functions. And, obviously, PGP != OpenSSL. 3. There is very tiny test suite for M2Crypto.PGP. It is basically just running ``PGP.load_pubring()``, which does exercise a lot of the module, but certainly it is far from the rigorous unit testing. 4. And of course, it is completely broken under Python 3, and I have no idea how to fix it (especially given 1. I don't want to spend too much time on it).
* Add generated HTML docs.Matěj Cepl2017-09-2090-0/+29567
|
* BUILDDIR emptyMatěj Cepl2017-09-201-1/+1
|
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-206-9/+9
|
* Incorporate existing HTML files into Sphinx documents.Matěj Cepl2017-09-209-2946/+1522
|
* Some foundations of sphinx docsMatěj Cepl2017-09-207-0/+1020
|
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-163-12/+12
| | | | | | For Python 2 compatibility, import print_function from the __future__ module. This works as far back as Python 2.6.0a2: https://docs.python.org/2/library/__future__.html
* Fix S/MIME examples and documentation.Miloslav Trmač2015-10-131-4/+7
| | | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=618500 for more. Rather large reproducer is also included in the bug report.
* Fix revision id; only Id enabled for this resource.Heikki Toivonen2008-10-291-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@646 2715db39-9adf-0310-9c64-84f055769b4b
* Add mention where to get CA certs from.Heikki Toivonen2008-10-011-2/+7
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@632 2715db39-9adf-0310-9c64-84f055769b4b
* Fix links.Heikki Toivonen2007-10-014-9/+9
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@584 2715db39-9adf-0310-9c64-84f055769b4b
* We really have an SSL howto, not HTTPS howto, so renaming the file.Heikki Toivonen2006-07-251-0/+0
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@464 2715db39-9adf-0310-9c64-84f055769b4b
* Added information on how to use SSL in a secure manner.Heikki Toivonen2006-07-251-247/+93
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@463 2715db39-9adf-0310-9c64-84f055769b4b
* I believe we need to write both the signature AND the bufferHeikki Toivonen2006-04-271-1/+1
| | | | | | | from which the signature was derived into the signed SMIME message which we then encrypt. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@428 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed what I believe was an error in making an unencryptedHeikki Toivonen2006-04-251-5/+5
| | | | | | key out of an encrypted key. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@423 2715db39-9adf-0310-9c64-84f055769b4b
* Remove files that exist elsewhere (like INSTALL) and docbookHeikki Toivonen2006-02-2411-2655/+0
| | | | | | | | | originals. The reason for removing the docbook versions is that it really is too hard to produce documentation that way, and we don't need that level of professionalism for these documents - all we need is HTML and there are plenty of tools for that. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@348 2715db39-9adf-0310-9c64-84f055769b4b
* Manually create the HTML version from the docbook versionHeikki Toivonen2006-02-241-0/+355
| | | | | | since I could not get the toolchain to work. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@347 2715db39-9adf-0310-9c64-84f055769b4b
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-099-9/+9
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@299 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2004-04-061-11/+11
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@227 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2004-03-251-2/+4
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@213 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2004-03-212-0/+162
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@211 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2004-03-211-1/+8
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@210 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2003-06-222-0/+516
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@176 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2003-06-221-3/+3
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@173 2715db39-9adf-0310-9c64-84f055769b4b
* *** empty log message ***Ng Pheng Siong2003-06-2210-0/+4700
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@172 2715db39-9adf-0310-9c64-84f055769b4b