index
:
delta/python-packages/pyopenssl.git
23.1.x
add-notice
alex-patch-1
alex-patch-2
alex-patch-3
dependabot/github_actions/actions/setup-python-2.3.1
dependabot/github_actions/dessant/lock-threads-3
deprecate-stuff
docs-in-tox-2
docstrings
drop-1.0.1
ecdhe
gha
main
master
random-order
reaperhulk-patch-1
release-0.14
remove-rationale
stop-lawyers-from-emailing-hynek
verify-chain
github.com: pyca/pyopenssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
expand these comments a bit
Jean-Paul Calderone
2009-07-25
2
-6
/
+10
*
|
|
whitespace twiddles and a semantic change to an untested codepath - report Py...
Jean-Paul Calderone
2009-07-25
1
-8
/
+14
*
|
|
nicer local names
Jean-Paul Calderone
2009-07-25
1
-4
/
+4
*
|
|
move locals up, add braces, other cosmetics
Jean-Paul Calderone
2009-07-25
1
-10
/
+12
*
|
|
twiddle whitespace, relocate local decls
Jean-Paul Calderone
2009-07-24
1
-10
/
+7
*
|
|
crypto_PKey_Check this time
Jean-Paul Calderone
2009-07-24
1
-4
/
+3
*
|
|
another crypto_X509_Check
Jean-Paul Calderone
2009-07-24
1
-4
/
+3
*
|
|
use crypto_X509_Check, coz that's what we're doin'
Jean-Paul Calderone
2009-07-24
1
-2
/
+2
*
|
|
Switch to some more PyTuple APIs for simpler error handling
Jean-Paul Calderone
2009-07-24
1
-7
/
+6
*
|
|
use PyTuple_GetItem to simplify reference counting
Jean-Paul Calderone
2009-07-24
1
-7
/
+2
*
|
|
move a variable declaration to the top
Jean-Paul Calderone
2009-07-24
1
-1
/
+1
*
|
|
initialize a local to suppress a warning
Jean-Paul Calderone
2009-07-24
1
-1
/
+1
*
|
|
M-x whitespace-cleanup
Jean-Paul Calderone
2009-07-24
1
-20
/
+19
*
|
|
Only allocate a STACK_OF(X509) in crypto_PKCS12_export() when needed.
Rick Dean
2009-07-24
1
-7
/
+8
*
|
|
More fixes of STACK_OF(X509) in crypto_PKCS12_New().
Rick Dean
2009-07-24
1
-7
/
+9
*
|
|
Stop leaking a STACK_OF(X509) in crypto_PKCS12_export. Jean-Paul's find.
Rick Dean
2009-07-24
1
-0
/
+1
*
|
|
Stop leaking a STACK_OF(X509) on error cases of crypto_PKCS12_New(). Add a t...
Rick Dean
2009-07-24
1
-3
/
+5
*
|
|
Use PyString_CheckExact() in crypto_PKCS12_set_friendlyname(). Jean-Paul's f...
Rick Dean
2009-07-24
1
-2
/
+2
*
|
|
Fix return type of crypto_PKCS12_set_friendlyname(). Jean-Paul's find.
Rick Dean
2009-07-24
1
-2
/
+2
*
|
|
Convert cacerts to tuple() before type checking so iterators can't play games...
Rick Dean
2009-07-24
1
-9
/
+9
*
|
|
doc string fix
Rick Dean
2009-07-21
1
-1
/
+1
*
|
|
Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an t...
Rick Dean
2009-07-20
1
-3
/
+6
*
|
|
Change the API for setting and getting friendlyNames of PKCS12
Rick Dean
2009-07-20
2
-6
/
+74
*
|
|
Convert crypto_PKCS12Obj->cacerts to a tuple as Jean-Paul pointed out.
Rick Dean
2009-07-18
1
-0
/
+6
*
|
|
The PyObjets of struct crypto_PKCS12Obj are never NULL so stop checking.
Rick Dean
2009-07-18
2
-16
/
+8
*
|
|
Implemented some of the PKCS12 fixups requested by JP.
Rick Dean
2009-07-18
1
-10
/
+9
*
|
|
Fix warning. Silly comments about more correct datatype. Should our header ...
Rick Dean
2009-07-17
1
-3
/
+3
*
|
|
Documentation updates and a small test case addition.
Rick Dean
2009-07-17
1
-28
/
+25
*
|
|
convert PKCS12 to more modern type.
Rick Dean
2009-07-17
2
-19
/
+37
*
|
|
new branch is changes lp:~rick-fdd/pyopenssl/pkcs12_mod_and_export applied to...
Rick Dean
2009-07-17
3
-9
/
+225
|
/
/
*
|
A comment about this local, as recommended by rick
Jean-Paul Calderone
2009-07-16
1
-0
/
+5
*
|
minor tweaks
Jean-Paul Calderone
2009-07-16
3
-11
/
+7
*
|
Flush the error queue after a NID lookup fails
Jean-Paul Calderone
2009-07-16
1
-2
/
+9
*
|
It is bad to put a function call inside a macro - it might be evaluated more ...
Jean-Paul Calderone
2009-07-16
1
-1
/
+2
*
|
Expose exception_from_error_queue in the most inelegant way; use this in the ...
Jean-Paul Calderone
2009-07-16
1
-0
/
+12
*
|
Convert exception_from_error_queue() macros into a single function. Besides ...
Rick Dean
2009-07-08
16
-80
/
+63
*
|
Fix exception name.
Rick Dean
2009-07-08
1
-1
/
+1
*
|
Handle exceptions. Fix some benign C compiler warnings.
Rick Dean
2009-07-08
1
-3
/
+27
*
|
Add OpenSSL.rand.bytes() function to wrap RAND_bytes(). Test cases and docum...
Rick Dean
2009-07-07
1
-0
/
+31
|
/
*
switch x509store initialization over to the module-based api as well
Jean-Paul Calderone
2009-07-04
2
-8
/
+12
*
some minimal pkcs7 and pkcs12 tests, and minor adjustments to their part of O...
Jean-Paul Calderone
2009-06-27
4
-55
/
+93
*
convert X509Extension to a type that can be instantiated
Jean-Paul Calderone
2009-06-27
2
-36
/
+64
*
convert X509Req to a type that can be instantiated
Jean-Paul Calderone
2009-06-27
2
-24
/
+65
*
convert X509Name to a type that can be instantiated
Jean-Paul Calderone
2009-06-27
2
-27
/
+54
*
This flag is totally wrong here, although for whatever reason it doesn't actu...
Jean-Paul Calderone
2009-06-27
1
-1
/
+1
*
convert X509 to a type that can be instantiated
Jean-Paul Calderone
2009-06-27
2
-22
/
+65
*
convert PKey to a type that can be instantiated
Jean-Paul Calderone
2009-06-27
3
-31
/
+66
*
Convert Context and Connection to real types
Jean-Paul Calderone
2009-05-27
3
-121
/
+190
*
Change docstrings from being C programmer oriented to being Python programmer...
Jean-Paul Calderone
2009-05-27
14
-523
/
+261
*
Correctly handle extension initialization errors
Jean-Paul Calderone
2009-05-27
1
-1
/
+1
[prev]
[next]