index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ensure ASN.1 types are appropriately encoded.
jsing
2022-09-03
3
-7
/
+52
*
Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().
jsing
2022-09-03
3
-9
/
+33
*
Prepare to provide OPENSSL_cleanup.
jsing
2022-09-03
3
-6
/
+30
*
Stop using CBIGNUM_it internal to libcrypto.
jsing
2022-09-03
3
-8
/
+11
*
Add an empty line for consistency.
tb
2022-08-31
1
-1
/
+2
*
Remove most mentions of contexts on the stack.
tb
2022-08-31
2
-23
/
+4
*
nasty whitespace
tb
2022-08-31
1
-9
/
+9
*
Rework DSA_size() and ECDSA_size()
tb
2022-08-31
2
-43
/
+32
*
Switch loop bounds from size_t to int in check_hosts()
tb
2022-08-31
1
-2
/
+2
*
chacha20_poly1305_cleanup() should return 1
tb
2022-08-30
1
-2
/
+2
*
Plug memory leak in X509_REQ_print_ex()
tb
2022-08-30
1
-2
/
+4
*
missing period
tb
2022-08-29
1
-2
/
+2
*
Provide ERR_R_INIT_FAIL.
jsing
2022-08-29
2
-3
/
+4
*
Provide ASN1_R_TYPE_NOT_PRIMITIVE.
jsing
2022-08-29
2
-2
/
+4
*
static const, not const static
jsg
2022-08-29
1
-3
/
+3
*
Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that
tb
2022-08-28
1
-3
/
+6
*
Encode an ASN.1 INTEGER with NULL data to value of zero.
jsing
2022-08-28
1
-2
/
+4
*
Provide additional defines for EVP AEAD.
jsing
2022-08-27
1
-1
/
+18
*
fix indent and zap trailing whitespace
tb
2022-08-21
1
-3
/
+3
*
Provide EVP_chacha20_poly1305()
jsing
2022-08-20
2
-7
/
+260
*
Remove bogus length checks from EVP_aead_chacha20_poly1305()
jsing
2022-08-20
1
-27
/
+1
*
Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().
jsing
2022-08-20
1
-3
/
+23
*
Rewrite i2c_ASN1_INTEGER() using CBB/CBS.
jsing
2022-08-20
1
-97
/
+100
*
Make it possible to signal an error from an i2c_* function.
jsing
2022-08-20
1
-2
/
+7
*
Add an empty pkcs12_local.h and include it where it will soon be needed.
tb
2022-08-20
12
-11
/
+94
*
Adjust signatures of BIO_ctrl functions
tb
2022-08-18
1
-13
/
+10
*
Allow empty attribute sets in CSRs
tb
2022-08-18
1
-2
/
+4
*
Add missing RCS tag and zap a trailing space
tb
2022-08-15
1
-2
/
+2
*
Initialize readbytes in BIO_gets()
tb
2022-08-15
1
-2
/
+2
*
Remove unused variable
tb
2022-08-11
1
-6
/
+3
*
Avoid signed integer overflow due to unary negation
tb
2022-08-10
1
-12
/
+8
*
Cast int64_t to uint64_t for negating
tb
2022-08-10
1
-3
/
+7
*
Only print versions we know about
tb
2022-08-10
1
-4
/
+10
*
Remove overly aggressive trust check in legacy verifier that breaks
beck
2022-08-05
1
-15
/
+4
*
Mop up key_len assignments.
jsing
2022-08-04
1
-91
/
+59
*
Mop up EVP_CIPH_FLAG_FIPS usage.
jsing
2022-08-04
1
-59
/
+59
*
Remove various aesni_* defines to aes_* functions.
jsing
2022-08-04
1
-56
/
+24
*
Prepare to provide PKCS12 accessors
tb
2022-08-03
9
-22
/
+349
*
Expand BLOCK_CIPHER_* macros.
jsing
2022-08-02
1
-133
/
+1056
*
Tidy up some of BN_nist_mod_*
jsing
2022-07-31
1
-22
/
+30
*
Allow a NULL header in PEM_write{,_bio}()
tb
2022-07-31
1
-3
/
+2
*
Use named initialisers for BIGNUMs.
jsing
2022-07-30
1
-61
/
+65
*
Untangle two logic chains in x509_asid.c into something more readable.
tb
2022-07-30
1
-9
/
+22
*
Reorder functions and remove unnecessary function prototypes.
jsing
2022-07-30
1
-29
/
+24
*
Add stack frames to AES-NI x86_64 assembly.
jsing
2022-07-30
1
-39
/
+58
*
Use ASN1_INTEGER to encode/decode BIGNUM_it.
jsing
2022-07-30
1
-34
/
+48
*
Provide and use a primitive clear function for BIGNUM_it.
jsing
2022-07-30
1
-8
/
+15
*
Eliminate the somewhat pointless Ij variable
tb
2022-07-30
1
-5
/
+4
*
Transform two || chains into individually checked functions
tb
2022-07-30
1
-8
/
+13
*
Having a perfect square at this point is not an error. Rather it is
tb
2022-07-29
1
-2
/
+2
[prev]
[next]