projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy
2016-06-30
FdaSilvaYY
Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy
commit
|
commitdiff
|
tree
2016-06-29
FdaSilvaYY
Whitespace cleanup in apps
commit
|
commitdiff
|
tree
2016-06-29
FdaSilvaYY
Whitespace cleanup in ssl folder
commit
|
commitdiff
|
tree
2016-06-29
FdaSilvaYY
Whitespace cleanup in crypto
commit
|
commitdiff
|
tree
2016-06-29
FdaSilvaYY
Whitespace cleanup in docs
commit
|
commitdiff
|
tree
2016-06-29
FdaSilvaYY
Spelling
commit
|
commitdiff
|
tree
2016-06-23
FdaSilvaYY
Add checks on sk_TYPE_push() returned result
commit
|
commitdiff
|
tree
2016-06-23
FdaSilvaYY
Rework error handling from asn1_do_lock method.
commit
|
commitdiff
|
tree
2016-06-21
FdaSilvaYY
Spelling... and more spelling
commit
|
commitdiff
|
tree
2016-06-18
FdaSilvaYY
Add a comment after some #endif at end of apps source...
commit
|
commitdiff
|
tree
2016-06-18
FdaSilvaYY
Useless header include of openssl/rand.h
commit
|
commitdiff
|
tree
2016-06-18
FdaSilvaYY
Useless includes
commit
|
commitdiff
|
tree
2016-06-18
FdaSilvaYY
Missing NULL check on OBJ_dup result in x509_name_canon
commit
|
commitdiff
|
tree
2016-06-18
FdaSilvaYY
Fix an MSVC warning.
commit
|
commitdiff
|
tree
2016-06-16
FdaSilvaYY
Spelling fixes
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify input buffers of some X509V3 and X509_PURPOSE...
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify X509_TRUST_add method.
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify asn1/asn_mime.c
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify some input buffers in asn1
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify CMS_get0_type input
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify UI
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.
commit
|
commitdiff
|
tree
2016-06-15
FdaSilvaYY
Constify some conf_mod.c internal methods
commit
|
commitdiff
|
tree
2016-06-08
FdaSilvaYY
Fix some typos in pod files
commit
|
commitdiff
|
tree
2016-06-05
FdaSilvaYY
Constify X509V3_EXT_*_conf*
commit
|
commitdiff
|
tree
2016-06-05
FdaSilvaYY
Constify ASN1_generate_nconf
commit
|
commitdiff
|
tree
2016-06-05
FdaSilvaYY
Constify ASN1_generate_v3
commit
|
commitdiff
|
tree
2016-06-05
FdaSilvaYY
Constify s2i_ASN1_IA5STRING
commit
|
commitdiff
|
tree
2016-06-05
FdaSilvaYY
Constify s2i_ASN1_INTEGER
commit
|
commitdiff
|
tree
2016-06-05
FdaSilvaYY
Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509
commit
|
commitdiff
|
tree
2016-06-01
FdaSilvaYY
Raise an Err when CRYPTO_THREAD_lock_new fails
commit
|
commitdiff
|
tree
2016-05-28
FdaSilvaYY
Add more zalloc
commit
|
commitdiff
|
tree
2016-05-28
FdaSilvaYY
Fix some missing inits
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Add checks on CRYPTO_set_ex_data return value
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Fix some malloc failure crashes on X509_STORE_CTX_set_ex_data
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Fix and simplify error handling in (RSA/EC_kmeth)_new_method()
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Remove useless NULL checks
commit
|
commitdiff
|
tree
2016-05-21
FdaSilvaYY
Indent and dead code cleanup
commit
|
commitdiff
|
tree
2016-05-18
FdaSilvaYY
Fix ts app help message
commit
|
commitdiff
|
tree
2016-05-18
FdaSilvaYY
Locally declare some variables
commit
|
commitdiff
|
tree
2016-05-18
FdaSilvaYY
Few cleanups in s_client, s_server apps.
commit
|
commitdiff
|
tree
2016-05-16
FdaSilvaYY
Unify <TYPE>_up_ref methods signature and behaviour.
commit
|
commitdiff
|
tree
2016-05-16
FdaSilvaYY
Fix some missing OBJ_dup failure checks.
commit
|
commitdiff
|
tree
2016-05-14
FdaSilvaYY
Fix various methods declaration in pod file
commit
|
commitdiff
|
tree
2016-05-09
FdaSilvaYY
fix tab-space mixed indentation
commit
|
commitdiff
|
tree
2016-05-05
FdaSilvaYY
Fix spelling
commit
|
commitdiff
|
tree
2016-05-04
FdaSilvaYY
GH932: Add more help messages to some apps options.
commit
|
commitdiff
|
tree
2016-05-01
FdaSilvaYY
Fix spelling in pod files
commit
|
commitdiff
|
tree
2016-04-28
FdaSilvaYY
BIO_free should call method->destroy before free'ing...
commit
|
commitdiff
|
tree
2016-04-28
FdaSilvaYY
Add checks on CRYPTO_new_ex_data return value...
commit
|
commitdiff
|
tree
2016-04-28
FdaSilvaYY
Add checks on CRYPTO_new_ex_data return value
commit
|
commitdiff
|
tree
2016-04-28
FdaSilvaYY
Fix an error code spelling.
commit
|
commitdiff
|
tree
2016-04-28
FdaSilvaYY
various spelling fixes
commit
|
commitdiff
|
tree
2016-04-06
FdaSilvaYY
Add missing mem leak test activation and checks
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
Fix a shadow symbol warning
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
Fix an error code spelling.
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
various spelling fixes
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
Fix a possible leak on NETSCAPE_SPKI_verify failure.
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
Use X509_REQ_get0_pubkey
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
Add X509_REQ_get0_pubkey method
commit
|
commitdiff
|
tree
2016-04-04
FdaSilvaYY
Fix two leaks in X509_REQ_to_X509
commit
|
commitdiff
|
tree
2016-03-29
FdaSilvaYY
Fix a big leak when using stack-allocated BIO items.
commit
|
commitdiff
|
tree
2016-03-23
FdaSilvaYY
Fix error code
commit
|
commitdiff
|
tree
2016-03-08
FdaSilvaYY
Fix cert leaks in s_server
commit
|
commitdiff
|
tree
2016-03-04
FdaSilvaYY
GH773: Possible leak on CRYPTO_THREAD_lock_new failure
commit
|
commitdiff
|
tree
2016-02-28
FdaSilvaYY
GH715: Missed some null-check-removals. follow commits...
commit
|
commitdiff
|
tree
2016-02-27
FdaSilvaYY
GH753: More spelling fix
commit
|
commitdiff
|
tree
2016-02-25
FdaSilvaYY
fix "no-engine" build of test fixture
commit
|
commitdiff
|
tree
2016-02-25
FdaSilvaYY
Add some 'no-engine' builds to travis, for test
commit
|
commitdiff
|
tree
2016-02-22
FdaSilvaYY
GH678: Add a few more zalloc
commit
|
commitdiff
|
tree
2016-02-05
FdaSilvaYY
GH601: Various spelling fixes.
commit
|
commitdiff
|
tree
2016-02-03
FdaSilvaYY
fix code indentation issue
commit
|
commitdiff
|
tree
2016-01-23
FdaSilvaYY
Fix two possible leaks.
commit
|
commitdiff
|
tree
2016-01-23
FdaSilvaYY
Fix possible memory leak on BUF_MEM_grow_clean failure
commit
|
commitdiff
|
tree
2016-01-22
FdaSilvaYY
few typo fixes
commit
|
commitdiff
|
tree
2015-09-17
Filipe DA SILVA
RT4047: Set reference count earlier
commit
|
commitdiff
|
tree