@ -104,24 +104,37 @@ define Package/openssl-util
$( call Package/openssl/Default)
$( call Package/openssl/Default)
SECTION:= utils
SECTION:= utils
CATEGORY:= Utilities
CATEGORY:= Utilities
DEPENDS:= +libopenssl
DEPENDS:= +libopenssl +libopenssl-conf
TITLE += ( utility)
TITLE += ( utility)
e n d e f
e n d e f
d e f i n e P a c k a g e / o p e n s s l - u t i l / c o n f f i l e s
d e f i n e P a c k a g e / o p e n s s l - u t i l / d e s c r i p t i o n
$( call Package /openssl /Default /description )
T h i s p a c k a g e c o n t a i n s t h e O p e n S S L c o m m a n d - l i n e u t i l i t y .
e n d e f
d e f i n e P a c k a g e / l i b o p e n s s l - c o n f
$( call Package/openssl/Default)
SUBMENU:= SSL
TITLE:= /etc/ssl/openssl.cnf config file
DEPENDS:= libopenssl
e n d e f
d e f i n e P a c k a g e / l i b o p e n s s l - c o n f / c o n f f i l e s
/ e t c / s s l / o p e n s s l . c n f
/ e t c / s s l / o p e n s s l . c n f
e n d e f
e n d e f
d e f i n e P a c k a g e / o p e n s s l - u t i l / d e s c r i p t i o n
d e f i n e P a c k a g e / l i b o p e n s s l - c o n f / d e s c r i p t i o n
$( call Package /openssl /Default /description )
$( call Package /openssl /Default /description )
T h i s p a c k a g e c o n t a i n s t h e O p e n S S L c o m m a n d - l i n e u t i l i t y .
T h i s p a c k a g e i n s t a l l s t h e O p e n S S L c o n f i g u r a t i o n f i l e / e t c / s s l / o p e n s s l . c n f .
e n d e f
e n d e f
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g
$( call Package/openssl/Default)
$( call Package/openssl/Default)
SUBMENU:= SSL
SUBMENU:= SSL
TITLE:= AFALG hardware acceleration engine
TITLE:= AFALG hardware acceleration engine
DEPENDS:= libopenssl @OPENSSL_ENGINE @KERNEL_AIO @!LINUX_3_18 +kmod-crypto-user
DEPENDS:= libopenssl @OPENSSL_ENGINE @KERNEL_AIO @!LINUX_3_18 +kmod-crypto-user \
+libopenssl-conf
e n d e f
e n d e f
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g / d e s c r i p t i o n
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g / d e s c r i p t i o n
@ -136,7 +149,8 @@ define Package/libopenssl-padlock
$( call Package/openssl/Default)
$( call Package/openssl/Default)
SUBMENU:= SSL
SUBMENU:= SSL
TITLE:= VIA Padlock hardware acceleration engine
TITLE:= VIA Padlock hardware acceleration engine
DEPENDS:= libopenssl @OPENSSL_ENGINE @TARGET_x86 +kmod-crypto-hw-padlock
DEPENDS:= libopenssl @OPENSSL_ENGINE @TARGET_x86 +kmod-crypto-hw-padlock \
+libopenssl-conf
e n d e f
e n d e f
d e f i n e P a c k a g e / l i b o p e n s s l - p a d l o c k / d e s c r i p t i o n
d e f i n e P a c k a g e / l i b o p e n s s l - p a d l o c k / d e s c r i p t i o n
@ -335,9 +349,12 @@ define Package/libopenssl/install
$( if $( CONFIG_OPENSSL_ENGINE) ,$( INSTALL_DIR) $( 1) /usr/lib/$( ENGINES_DIR) )
$( if $( CONFIG_OPENSSL_ENGINE) ,$( INSTALL_DIR) $( 1) /usr/lib/$( ENGINES_DIR) )
e n d e f
e n d e f
d e f i n e P a c k a g e / o p e n s s l - u t i l / i n s t a l l
d e f i n e P a c k a g e / l i b o p e n s s l - c o n f / i n s t a l l
$( INSTALL_DIR) $( 1) /etc/ssl
$( INSTALL_DIR) $( 1) /etc/ssl
$( CP) $( PKG_INSTALL_DIR) /etc/ssl/openssl.cnf $( 1) /etc/ssl/
$( CP) $( PKG_INSTALL_DIR) /etc/ssl/openssl.cnf $( 1) /etc/ssl/
e n d e f
d e f i n e P a c k a g e / o p e n s s l - u t i l / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/openssl $( 1) /usr/bin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/openssl $( 1) /usr/bin/
e n d e f
e n d e f
@ -353,6 +370,7 @@ define Package/libopenssl-padlock/install
e n d e f
e n d e f
$( eval $ ( call BuildPackage ,libopenssl ) )
$( eval $ ( call BuildPackage ,libopenssl ) )
$( eval $ ( call BuildPackage ,libopenssl -conf ) )
$( eval $ ( call BuildPackage ,libopenssl -afalg ) )
$( eval $ ( call BuildPackage ,libopenssl -afalg ) )
$( eval $ ( call BuildPackage ,libopenssl -padlock ) )
$( eval $ ( call BuildPackage ,libopenssl -padlock ) )
$( eval $ ( call BuildPackage ,openssl -util ) )
$( eval $ ( call BuildPackage ,openssl -util ) )