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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-18
Provide crypto_cpu_caps_init() for i386.
jsing
3
-10
/
+120
2024-10-18
Remove now unused x86_64cpuid.pl.
jsing
1
-147
/
+0
2024-10-18
Provide crypto_cpu_caps_init() for amd64.
jsing
4
-11
/
+126
2024-10-18
Inline last use of OPENSSL_load_builtin_modules()
tb
4
-77
/
+6
2024-10-18
Move EC_GROUP_new_curve_GFp() into ec_lib.c
tb
3
-99
/
+23
2024-10-18
Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()
tb
1
-12
/
+5
2024-10-18
ec_asn1_test: add secp256k1.m
tb
1
-10
/
+81
2024-10-18
ec_asn1_test: remove last hardcoded wei25519 remnant
tb
1
-4
/
+3
2024-10-18
ec_asn1_test: test Wei25519.2 and Wei25519.-3 as well
tb
1
-37
/
+163
2024-10-18
ec_asn1_test: clean up & refactor; test Wei25519 with simple method
tb
1
-109
/
+189
2024-10-17
Split ec_asn1_parameters2group() into digestible pieces
tb
1
-96
/
+144
2024-10-17
Provide crypto_cpu_caps_init() as a CPU capability detection entry point.
jsing
3
-5
/
+18
2024-10-17
Remove run once code from OPENSSL_cpuid_setup().
jsing
1
-5
/
+1
2024-10-17
libssl: rework cert signature security level
tb
1
-24
/
+28
2024-10-16
EC ASN.1: add reminder that the simple method might also want testing
tb
1
-1
/
+5
2024-10-16
Implement Wei25519 to exercise some more elliptic curve code
tb
1
-1
/
+284
2024-10-15
rust-openssl: set resolver="2" for workspace
tb
1
-0
/
+1
2024-10-15
Unindent error check in EC_GROUP_set_generator()
tb
1
-5
/
+5
2024-10-15
Switch ec_asn1_group2parameters() to get0_{order,cofactor}()
tb
1
-11
/
+14
2024-10-15
Provide EC_GROUP_get0_cofactor() for internal use
tb
2
-2
/
+9
2024-10-14
Make NULL checks in ec_asn1_group2curve() explicit
tb
1
-3
/
+5
2024-10-14
Extend ec_asn1_test to check for correct curve coefficient encoding
tb
1
-5
/
+50
2024-10-14
Fix field element encoding for elliptic curve coefficients
tb
1
-45
/
+36
2024-10-14
Drop an obvious comment and fix indent for setting the seed
tb
1
-4
/
+3
2024-10-14
In ec_asn1_group2curve() rename ok to ret, per usual
tb
1
-4
/
+4
2024-10-13
byt -> but; ok tb@
jsg
1
-3
/
+3
2024-10-12
Exercise the EC parameters code a bit more
tb
1
-1
/
+103
2024-10-12
Remove unnecessary str variable in ssl_stat.c
tb
1
-427
/
+208
2024-10-11
Use a and b for the curve coefficients
tb
1
-10
/
+11
2024-10-11
Clean up ec_asn1_group2fieldid()
tb
1
-32
/
+28
2024-10-11
Fix a long-standing bug in ec_asn1_group2pkparameters()
tb
1
-2
/
+2
2024-10-11
Use defines for the CHOICE variants of ECPKPARAMETERS
tb
1
-7
/
+10
2024-10-11
Remove NULL check in ec_asn1_pkparameters2group()
tb
1
-5
/
+1
2024-10-11
Use better variable names in ec_asn1_pkparameters2group()
tb
1
-10
/
+13
2024-10-11
First cleanup pass over ec_asn1_group2pkparameters()
tb
1
-27
/
+25
2024-10-11
err.c: zap stray space
tb
1
-2
/
+2
2024-10-11
Apply some style(9) and tidy some comments.
jsing
1
-62
/
+73
2024-10-11
Remove pointless locking from err_build_SYS_str_reasons().
jsing
1
-20
/
+2
2024-10-11
Convert err_clear_data() and err_clear() from macros to functions.
jsing
1
-23
/
+25
2024-10-11
Remove unused typedef for ERR_FNS.
jsing
1
-3
/
+1
2024-10-11
Add err_ prefix to build_SYS_str_reasons().
jsing
1
-3
/
+3
2024-10-11
Make ERR_str_{libraries,reasons,functs}[] const.
jsing
1
-12
/
+18
2024-10-11
Add ERR_LIB_SYS to the error values in ERR_str_functs[].
jsing
1
-12
/
+12
2024-10-11
Add error regress coverage for ERR_LIB_SYS.
jsing
1
-1
/
+19
2024-10-11
Remove params argument from ec_asn1_group2parameters()
tb
1
-13
/
+8
2024-10-11
Simplify ec_asn1_group2pkparameters()
tb
1
-15
/
+8
2024-10-11
Spell NULL in a simpler fashion
tb
1
-3
/
+5
2024-10-11
Clean up i2d_ECPKParameters()
tb
1
-10
/
+13
2024-10-10
Remove unused CONF_imodule struct members and accessors
tb
2
-69
/
+2
2024-10-09
Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER
tb
1
-2
/
+1
[next]