summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge CRL, Revoked into certificate revocation sectionLaurens Van Houtven2015-04-201-18/+17
|
* Remove Revoked referenceLaurens Van Houtven2015-04-201-4/+0
|
* Remove CRL referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove NetscapeSPKI duplicate docsLaurens Van Houtven2015-04-201-9/+0
|
* Remove NetscapeSPKIType referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove superfluous X509Extension referenceLaurens Van Houtven2015-04-201-8/+0
|
* Remove PKCS12Type referenceLaurens Van Houtven2015-04-201-5/+0
|
* Move key type constantsLaurens Van Houtven2015-04-201-6/+5
|
* Remove PKCS7TypeLaurens Van Houtven2015-04-201-5/+0
|
* Fix typoLaurens Van Houtven2015-04-201-1/+1
|
* PKey is down thereLaurens Van Houtven2015-04-201-5/+0
|
* X509 is down thereLaurens Van Houtven2015-04-201-5/+0
|
* ReflowLaurens Van Houtven2015-04-201-2/+2
|
* X509Req appears laterLaurens Van Houtven2015-04-201-5/+0
|
* X509Name appears laterLaurens Van Houtven2015-04-201-8/+0
|
* X509 appears laterLaurens Van Houtven2015-04-201-6/+3
|
* File type constants appear somewhere else tooLaurens Van Houtven2015-04-201-6/+0
|
* Remove X509ExtensionType referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove PKeyType referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove X509StoreType referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove X509ReqType referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove X509NameType referenceLaurens Van Houtven2015-04-201-5/+0
|
* Remove X509Type referenceLaurens Van Houtven2015-04-201-5/+0
|
* Merge branch 'master' into autodocLaurens Van Houtven2015-04-202-0/+220
|\
| * Bytes.Jean-Paul Calderone2015-04-131-1/+1
| |
| * merge masterJean-Paul Calderone2015-04-131-0/+36
| |\
| | * Apparently I'm stylistically immature.Cory Benfield2015-04-131-3/+3
| | |
| | * Add ALPN support.Cory Benfield2015-04-131-0/+36
| | |
| * | Merge remote-tracking branch 'origin/master' into 159-crl-export-digestJean-Paul Calderone2015-04-132-2/+86
| |\ \ | | |/
| | * Merge remote-tracking branch 'pyca/master' into npnJean-Paul Calderone2015-03-222-2/+50
| | |\
| | | * mention flags as wellJean-Paul Calderone2015-03-211-2/+3
| | | |
| | | * Merge remote-tracking branch 'origin/master' into recv_intoJean-Paul Calderone2015-03-151-2/+42
| | | |\
| | | | * Merge pull request #175 from alex/docs-typoJean-Paul Calderone2015-03-151-1/+1
| | | | |\ | | | | | | | | | | | | Fixed a typo leading to a rst syntax error in the API documentation.
| | | | | * Fixed a typo leading to a syntax error in the docsAlex Gaynor2014-11-261-1/+1
| | | | | |
| | | | * | The message is not a basestring and basestring is an awful type anyway.verify-chainJean-Paul Calderone2015-03-151-3/+5
| | | | | |
| | | | * | Add documentation for X509StoreContextErrorStephen Holsapple2015-02-091-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure if it is customary to provide documentation for exceptions or not, but because this exception provides an additional meaningful attribute on the exception base class, I figured it would be helpful to document.
| | | | * | Refactoring verify_certStephen Holsapple2015-01-301-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the changes that we've been talking about in https://github.com/pyca/pyopenssl/pull/155 regarding the placement of verify_cert, viz., moving verify_cert from top level of crypto into X509StoreContext. This makes the pyOpenSSL API slightly different than the OpenSSL API, but the plan will be to add back a verify_cert to the top level that is nice to use.
| | | | * | Add OpenSSL.crypto.verify_chain method.Stephen Holsapple2015-01-301-1/+23
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds support for verifying a certificate or a certificate chain. This implementation uses OpenSSL's underlying X509_STORE_CTX_* class of functions to accomplish this. This change also adds an intermediate signing certificate/key and a service certificate/key signed with the intermediate signing certificate, to make testing the OpenSSL.crypto.verify_chain method easier to test. I figured I would add it to the top level module so other people can use an intermediate signing certificate in their own tests. Issue: https://github.com/pyca/pyopenssl/issues/154
| | | * | Implement Connection.recv_into.Cory Benfield2014-06-161-0/+7
| | | |/
| | * | Implement @alex's code review.Cory Benfield2014-05-151-1/+3
| | | |
| | * | Make NPN markups.Cory Benfield2014-05-101-0/+34
| | |/
| * | update docsBulat Gaifullin2014-09-231-1/+2
| |/
* | Use autodoc for CRLLaurens Van Houtven2014-06-191-20/+4
| | | | | | | | Closes #125.
* | Use autodoc for RevokedLaurens Van Houtven2014-06-191-45/+2
| |
* | Use autodoc for NetscapeSPKILaurens Van Houtven2014-06-191-33/+4
| | | | | | | | | | | | This uncovered an issue in the documentation. Issue filed: Refs #124.
* | Use autodoc for PKCS12Laurens Van Houtven2014-06-191-53/+2
| |
* | Generic structural cleanupsLaurens Van Houtven2014-06-191-32/+32
| |
* | Use autodoc for X509Laurens Van Houtven2014-06-181-164/+15
| |
* | Use autodoc for X509ReqLaurens Van Houtven2014-06-181-50/+4
| |
* | Use autodoc for X509ExtensionLaurens Van Houtven2014-06-181-32/+4
| |