index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
3
-15
/
+9
*
Fix OCSP_sendreq_nbio arg order
jwalch
2021-05-27
1
-1
/
+1
*
errors: update error message (to be squashed)
Pauli
2021-05-27
2
-1
/
+2
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
2
-5
/
+5
*
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
Pauli
2021-05-27
1
-12
/
+13
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
1
-6
/
+10
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
37
-38
/
+38
*
mac: add a getter for the MAC block size.
Pauli
2021-05-25
2
-0
/
+2
*
Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...
Jon Spillett
2021-05-24
1
-0
/
+4
*
Add PBKDF1 to the legacy provider
Jon Spillett
2021-05-24
1
-0
/
+1
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-4
/
+20
*
Fix a memleak in the FIPS provider
Matt Caswell
2021-05-24
2
-2
/
+3
*
core: condition out more in FIPS builds
Pauli
2021-05-24
1
-1
/
+3
*
Update copyright year
Matt Caswell
2021-05-20
3
-3
/
+3
*
Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer
Richard Levitte
2021-05-20
1
-2
/
+3
*
Ensure mirroring of properties works for subsequent updates
Matt Caswell
2021-05-20
1
-0
/
+3
*
Add a callback for providers to know about global properties changes
Matt Caswell
2021-05-20
3
-1
/
+4
*
Implement the ability to convert a PROPERTY_LIST to a string
Matt Caswell
2021-05-20
2
-0
/
+11
*
Fix include/internal/sockets.h for VMS
Richard Levitte
2021-05-19
1
-1
/
+2
*
Fix include/openssl/e_os2.h for VMS
Richard Levitte
2021-05-19
1
-2
/
+2
*
Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary input
Dr. David von Oheimb
2021-05-19
2
-2
/
+2
*
bio_lib: Add BIO_get_line, correct doc of BIO_gets
Dr. David von Oheimb
2021-05-19
1
-0
/
+1
*
Better error messages if there are no encoders/decoders/store loaders
Matt Caswell
2021-05-18
3
-1
/
+3
*
Move ossl_sleep() to e_os.h and use it in apps
Dr. David von Oheimb
2021-05-18
1
-48
/
+0
*
Fix a use-after-free in the child provider code
Matt Caswell
2021-05-17
1
-0
/
+1
*
Init the child providers immediately on creation of the child libctx
Matt Caswell
2021-05-15
1
-1
/
+0
*
Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}
Dr. David von Oheimb
2021-05-14
1
-2
/
+2
*
HTTP client: Allow streaming of response data (with possibly indefinite length)
Dr. David von Oheimb
2021-05-14
1
-5
/
+4
*
HTTP client API: Generalize to arbitrary request and response contents
Dr. David von Oheimb
2021-05-14
1
-1
/
+1
*
HTTP: Implement persistent connections (keep-alive)
Dr. David von Oheimb
2021-05-14
1
-5
/
+6
*
Slightly reformat ssl.h.in
Rich Salz
2021-05-14
1
-123
/
+96
*
Convert SSL_{CTX}_[gs]et_options to 64
Rich Salz
2021-05-14
1
-38
/
+38
*
Replace EVP_PKEY_supports_digest_nid
Tomas Mraz
2021-05-13
1
-1
/
+2
*
Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
Tomas Mraz
2021-05-13
1
-2
/
+1
*
Export/import flags for FFC params changed to seperate fields.
Shane Lontis
2021-05-13
2
-11
/
+5
*
make update
Benjamin Kaduk
2021-05-12
1
-0
/
+1
*
HTTP client: Minimal changes that include the improved API
Dr. David von Oheimb
2021-05-12
5
-77
/
+78
*
Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()
Dr. David von Oheimb
2021-05-12
1
-1
/
+2
*
encoder: add a _name() function for encoders and decoders
Pauli
2021-05-12
2
-0
/
+2
*
Add OID for RPKI id-ct-signedChecklist
Job Snijders
2021-05-12
1
-0
/
+4
*
Don't convert pre-existing providers into children
Matt Caswell
2021-05-11
1
-0
/
+5
*
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
3
-3
/
+15
*
Register callbacks with core for child provider creation/deletion
Matt Caswell
2021-05-11
2
-16
/
+19
*
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
7
-2
/
+35
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-1
/
+6
*
Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.
Dr. David von Oheimb
2021-05-11
2
-4
/
+4
*
Add convenience functions and macros for asymmetric key generation
Dr. David von Oheimb
2021-05-11
4
-3
/
+11
*
ssl.h.in: Fix deprecation exclusion for SRP-related declarations
Dr. David von Oheimb
2021-05-08
1
-2
/
+4
*
Crypto: Add deprecation compatibility declarations for SHA* message digest fu...
Dr. David von Oheimb
2021-05-08
3
-17
/
+22
*
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
2021-05-08
2
-4
/
+10
[next]